|
@@ -1747,6 +1747,8 @@ public TableDataInfo examineList(@RequestBody BizProcessInspecion bizProcessInsp
|
|
|
//出厂检创建时不添加检察员id
|
|
|
if(processInspecion.getId() !=null) {
|
|
|
processInspecion.setReviewerId(SecurityUtils.getLoginUser().getUserId());
|
|
|
+ }else{
|
|
|
+ processInspecion.setReviewerId(processInspecion.getReviewerId());
|
|
|
}
|
|
|
processInspecion.setType("factoryInspection");
|
|
|
if (processInspecion.getStartTime() == null) {
|