liyong
2026-04-25 e35aaed3a28cebec1e20744a8555cd4dcb2302e3
src/main/java/com/ruoyi/production/service/impl/ProductionProductMainServiceImpl.java
@@ -365,8 +365,8 @@
            SalesLedgerProductionAccounting salesLedgerProductionAccounting = SalesLedgerProductionAccounting.builder()
                    .productMainId(productionProductMain.getId())
                    .schedulingUserId(user.getUserId())
                    .schedulingUserName(user.getNickName())
                    .schedulingUserId(productionProductMain.getUserId())
                    .schedulingUserName(userMapper.selectUserById(productionProductMain.getUserId()).getNickName())
                    .finishedNum(productQty)
                    .workHours(workHours)
                    .process(productProcess.getName())