|
|
|
@ -172,7 +172,7 @@ public class ThrProductsAddDiController {
|
|
|
|
|
if (bindingResult.hasErrors()) {
|
|
|
|
|
return ResultVOUtils.error(ResultEnum.PARAM_VERIFY_FALL, bindingResult.getFieldError().getDefaultMessage());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String remark=thrProductsAddDiEntity.getRemark();
|
|
|
|
|
Integer status=thrProductsAddDiEntity.getStatus();
|
|
|
|
|
thrProductsAddDiEntity.setAuditTime(new Date());
|
|
|
|
|
thrProductsAddDiEntity.setAuditUser(customerService.getUserId() + "");
|
|
|
|
@ -254,6 +254,7 @@ public class ThrProductsAddDiController {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
thrProductsAddDiEntity.setRemark(remark);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(status);
|
|
|
|
|
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
|
|
|
|
|
}
|
|
|
|
|