Commit a787a8e6 authored by 田涛's avatar 田涛

删除预案逻辑bug修复

parent c3dba51e
......@@ -492,9 +492,9 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
@Override
public Boolean delete(List<Long> idList) {
planDetailMapper.updateIsDeleteByIdList(idList, true);
// planDocMapper.updateIsDeleteByPlanIdList(idList, true);
// planEquipmentMapper.updateIsDeleteByPlanIdList(idList, true);
// planRuleMapper.updateIsDeleteByPlanIdList(idList, true);
planDocMapper.updateIsDeleteByPlanIdList(idList, true);
planEquipmentMapper.updateIsDeleteByPlanIdList(idList, true);
planRuleMapper.updateIsDeleteByPlanIdList(idList, true);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment