Commit 27d0d046 authored by 田涛's avatar 田涛

删除预案的小bug

parent 62769d43
......@@ -476,9 +476,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