Commit 136f437f authored by wujiang's avatar wujiang

Merge branch 'developer_bw' of…

Merge branch 'developer_bw' of http://36.40.66.175:5000/moa/jxdj_zx/amos-boot-zx-biz into developer_bw
parents 29de9cc8 8dabf4d9
...@@ -1426,6 +1426,15 @@ public class WorkOrderServiceImpl extends BaseService<WorkOrderDto, WorkOrder, W ...@@ -1426,6 +1426,15 @@ public class WorkOrderServiceImpl extends BaseService<WorkOrderDto, WorkOrder, W
if(Objects.nonNull(commercial)){ if(Objects.nonNull(commercial)){
commercialService.updateWithModel(commercial); commercialService.updateWithModel(commercial);
} }
if(Objects.isNull(powerStationEngineeringInfoAllDto.getCommitFlag())){
throw new BadRequest("保存标识为空");
}
if(Objects.isNull(powerStationEngineeringInfoAllDto.getFlowType())){
throw new BadRequest("流程标识为空");
}
//提交 //提交
if(powerStationEngineeringInfoAllDto.getCommitFlag() == 1){ if(powerStationEngineeringInfoAllDto.getCommitFlag() == 1){
//提交并网 //提交并网
......
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