| | |
| | | import com.gkhy.safePlatform.commons.enums.ResultCodes; |
| | | import com.gkhy.safePlatform.commons.query.PageQuery; |
| | | import com.gkhy.safePlatform.commons.utils.BeanCopyUtils; |
| | | import com.gkhy.safePlatform.commons.utils.StringUtils; |
| | | import com.gkhy.safePlatform.commons.vo.ResultVO; |
| | | import com.gkhy.safePlatform.commons.vo.SearchResultVO; |
| | | import com.gkhy.safePlatform.emergency.entity.*; |
| | | import com.gkhy.safePlatform.emergency.enums.EmergencyDrillPlanStatus; |
| | | import com.gkhy.safePlatform.emergency.enums.EmergencyResultCodes; |
| | | import com.gkhy.safePlatform.emergency.excepiton.EmergencyException; |
| | | import com.gkhy.safePlatform.emergency.model.dto.req.*; |
| | |
| | | emergencyDrillPlanInfo.setDelFlag(false); |
| | | emergencyDrillPlanInfo.setCreateUid(uid); |
| | | emergencyDrillPlanInfo.setGmtCreate(nowDate); |
| | | emergencyDrillPlanInfo.setStatus(EmergencyDrillPlanStatus.START.getStatus()); |
| | | emergencyDrillPlanInfoService.addEmergencyDrillPlan(emergencyDrillPlanInfo); |
| | | // 新增急演练计划附件表 |
| | | if (!CollectionUtils.isEmpty(emergencyDrillPlanReqDTO.getFileList())) { |