|
@@ -9,6 +9,7 @@ import org.jeecg.modules.itdmGongDan.entity.ItdmGongdanDetail;
|
|
import org.jeecg.modules.itdmGongDan.mapper.ItdmGongdanDetailMapper;
|
|
import org.jeecg.modules.itdmGongDan.mapper.ItdmGongdanDetailMapper;
|
|
import org.jeecg.modules.itdmGongDan.entity.ItdmGongdanMaster;
|
|
import org.jeecg.modules.itdmGongDan.entity.ItdmGongdanMaster;
|
|
import org.jeecg.modules.itdmGongDan.mapper.ItdmGongdanMasterMapper;
|
|
import org.jeecg.modules.itdmGongDan.mapper.ItdmGongdanMasterMapper;
|
|
|
|
+import org.jeecg.modules.itdmGongDan.mapper.ItdmTestPlanMapper;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
@@ -34,6 +35,10 @@ public class ItdmGongdanQuerenServiceImpl extends ServiceImpl<ItdmGongdanDetailM
|
|
@SuppressWarnings("all")
|
|
@SuppressWarnings("all")
|
|
private ItdmGongdanMasterMapper masterMapper;
|
|
private ItdmGongdanMasterMapper masterMapper;
|
|
|
|
|
|
|
|
+ @Autowired
|
|
|
|
+ @SuppressWarnings("all")
|
|
|
|
+ private ItdmTestPlanMapper itdmTestPlanMapper;
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public void queren(ItdmGongdanDetailEditDTO itdmGongdanDetail) throws ParseException {
|
|
public void queren(ItdmGongdanDetailEditDTO itdmGongdanDetail) throws ParseException {
|
|
|
|
|
|
@@ -75,6 +80,11 @@ public class ItdmGongdanQuerenServiceImpl extends ServiceImpl<ItdmGongdanDetailM
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ public List<String> getByweituoId(String weituoId) {
|
|
|
|
+ return itdmTestPlanMapper.getByweituoNO(weituoId);
|
|
|
|
+ }
|
|
|
|
+
|
|
private Date getMax(List<ItdmGongdanDetail> list, SimpleDateFormat simpleDate, SimpleDateFormat simpleDate1) {
|
|
private Date getMax(List<ItdmGongdanDetail> list, SimpleDateFormat simpleDate, SimpleDateFormat simpleDate1) {
|
|
|
|
|
|
|
|
|