供应商物质申请审核问题修复

master
郑明梁 2 years ago
parent b93c1786d1
commit 88f8db9a69

@ -174,9 +174,6 @@ public class ThrProductsAddDiController {
} }
thrProductsAddDiEntity.setAuditTime(new Date());
thrProductsAddDiEntity.setAuditUser(customerService.getUserId() + "");
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
thrProductsAddDiEntity = thrProductsAddDiService.selecById(thrProductsAddDiEntity.getId()); thrProductsAddDiEntity = thrProductsAddDiService.selecById(thrProductsAddDiEntity.getId());
@ -256,6 +253,9 @@ public class ThrProductsAddDiController {
} }
} }
thrProductsAddDiEntity.setAuditTime(new Date());
thrProductsAddDiEntity.setAuditUser(customerService.getUserId() + "");
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
} }
return ResultVOUtils.success("更新成功"); return ResultVOUtils.success("更新成功");

Loading…
Cancel
Save