安全环保检查状态改8
parent
e3be1f21d7
commit
bbaad2b6d7
|
@ -1656,7 +1656,7 @@ public class AppHiddenController extends BaseController {
|
||||||
inspection.put("INSPECTION_ID", pd.getString("INSPECTION_ID"));
|
inspection.put("INSPECTION_ID", pd.getString("INSPECTION_ID"));
|
||||||
inspection.put("OPERATOR", pd.getString("FINAL_CHECKOR"));
|
inspection.put("OPERATOR", pd.getString("FINAL_CHECKOR"));
|
||||||
inspection.put("OPERATTIME", DateUtil.date2Str(new Date()));
|
inspection.put("OPERATTIME", DateUtil.date2Str(new Date()));
|
||||||
inspection.put("INSPECTION_STATUS", "7"); // 已验收
|
inspection.put("INSPECTION_STATUS", "8"); // 已验收
|
||||||
safetyenvironmentalService.editStatus(inspection);
|
safetyenvironmentalService.editStatus(inspection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2902,7 +2902,7 @@ public class HiddenController extends BaseController {
|
||||||
inspection.put("INSPECTION_ID", pd.getString("INSPECTION_ID"));
|
inspection.put("INSPECTION_ID", pd.getString("INSPECTION_ID"));
|
||||||
inspection.put("OPERATOR", Jurisdiction.getUSER_ID());
|
inspection.put("OPERATOR", Jurisdiction.getUSER_ID());
|
||||||
inspection.put("OPERATTIME", DateUtil.date2Str(new Date()));
|
inspection.put("OPERATTIME", DateUtil.date2Str(new Date()));
|
||||||
inspection.put("INSPECTION_STATUS", "7"); // 已验收
|
inspection.put("INSPECTION_STATUS", "8"); // 已验收
|
||||||
|
|
||||||
safetyenvironmentalService.editStatus(inspection);
|
safetyenvironmentalService.editStatus(inspection);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue