|
@@ -51,13 +51,15 @@ public class ZhcxInsideInspectionDispatchServiceImpl extends ServiceImpl<ZhcxIns
|
|
|
// dispatchDo.setSupervisionphone(inspectionDo.getCheckercontact());
|
|
|
// dispatchDo.setDispatchstatus("20");
|
|
|
// } else {
|
|
|
- dispatchDo.setDispatchstatus("10");
|
|
|
+// dispatchDo.setDispatchstatus("10");
|
|
|
// }
|
|
|
|
|
|
if(ObjectUtil.isNotNull(dispatch)) {
|
|
|
dispatchDo.setId(dispatch.getId());
|
|
|
updateById(dispatchDo);
|
|
|
return ;
|
|
|
+ } else {
|
|
|
+ dispatchDo.setDispatchstatus("10");
|
|
|
}
|
|
|
|
|
|
//生成派单信息
|