|
|
|
|
@ -131,6 +131,7 @@ public class BsEpciuPatrolInspectionServiceImpl extends BaseServiceImpl<BsEpciuP |
|
|
|
|
epPatrolInspection.setInsSite(epInspectionPoint.getInsSite()); |
|
|
|
|
epPatrolInspection.setInsMemo(epPatrolInspection.getInsMemo()); |
|
|
|
|
epPatrolInspection.setLaunchTime(new Date()); |
|
|
|
|
epPatrolInspection.setInsType(epInspectionPoint.getInsType()); |
|
|
|
|
epPatrolInspection.setTaskStatus(BsEpciuPatrolInspectionEntity.PREPARE_TEXT.toString()); |
|
|
|
|
baseMapper.insertOrUpdate(epPatrolInspection); |
|
|
|
|
// 保存触发任务的时间
|
|
|
|
|
@ -171,6 +172,7 @@ public class BsEpciuPatrolInspectionServiceImpl extends BaseServiceImpl<BsEpciuP |
|
|
|
|
epPatrolInspection.setInsSite(epInspectionPoint.getInsSite()); |
|
|
|
|
epPatrolInspection.setInsMemo(epPatrolInspection.getInsMemo()); |
|
|
|
|
epPatrolInspection.setLaunchTime(new Date()); |
|
|
|
|
epPatrolInspection.setInsType(epInspectionPoint.getInsType()); |
|
|
|
|
epPatrolInspection.setTaskStatus(BsEpciuPatrolInspectionEntity.PREPARE_TEXT.toString()); |
|
|
|
|
baseMapper.insertOrUpdate(epPatrolInspection); |
|
|
|
|
// 保存触发任务的时间
|
|
|
|
|
|