src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
@@ -317,8 +317,8 @@ /*添加生产核算*/ SalesLedgerProductionAccounting salesLedgerProductionAccounting = SalesLedgerProductionAccounting.builder() .productMainId(productionProductMain.getId()) .schedulingUserId(user.getUserId()) .schedulingUserName(user.getNickName()) .schedulingUserId(userId) .schedulingUserName(userName) .finishedNum(productQty) .workHours(productProcess.getSalaryQuota()) .process(productProcess.getName())