Commit 8abe10a2 authored by chenzhao's avatar chenzhao

修改整改单校验

parent ccf364cc
...@@ -659,7 +659,6 @@ public class BasicGridAcceptanceServiceImpl ...@@ -659,7 +659,6 @@ public class BasicGridAcceptanceServiceImpl
} }
} }
} }
return CommonResponseNewUtil.failureMessage("整改类型及整改项不可为空");
} }
if (hygfRectificationOrder.getSequenceNbr() != null ){ if (hygfRectificationOrder.getSequenceNbr() != null ){
......
...@@ -1369,7 +1369,6 @@ public class WorkOrderServiceImpl extends BaseService<WorkOrderDto, WorkOrder, W ...@@ -1369,7 +1369,6 @@ public class WorkOrderServiceImpl extends BaseService<WorkOrderDto, WorkOrder, W
} }
} }
} }
return CommonResponseNewUtil.failureMessage("整改类型及整改项不可为空");
} }
//修改电站状态 //修改电站状态
if (addorSubmit.equals("0")){ if (addorSubmit.equals("0")){
......
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