huminmin
2026-05-12 71dda4d73cf891ef83759925855c3a88fa4fc6b8
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())