Merge branch '安全环保检查状态改8-1122' into 相关方关联分公司功能
commit
07cdd9faa4
|
@ -1656,7 +1656,7 @@ public class AppHiddenController extends BaseController {
|
|||
inspection.put("INSPECTION_ID", pd.getString("INSPECTION_ID"));
|
||||
inspection.put("OPERATOR", pd.getString("FINAL_CHECKOR"));
|
||||
inspection.put("OPERATTIME", DateUtil.date2Str(new Date()));
|
||||
inspection.put("INSPECTION_STATUS", "7"); // 已验收
|
||||
inspection.put("INSPECTION_STATUS", "8"); // 已验收
|
||||
safetyenvironmentalService.editStatus(inspection);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2902,7 +2902,7 @@ public class HiddenController extends BaseController {
|
|||
inspection.put("INSPECTION_ID", pd.getString("INSPECTION_ID"));
|
||||
inspection.put("OPERATOR", Jurisdiction.getUSER_ID());
|
||||
inspection.put("OPERATTIME", DateUtil.date2Str(new Date()));
|
||||
inspection.put("INSPECTION_STATUS", "7"); // 已验收
|
||||
inspection.put("INSPECTION_STATUS", "8"); // 已验收
|
||||
|
||||
safetyenvironmentalService.editStatus(inspection);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue