rentaiming
2024-07-08 8a5c6e55d8e35a5da08285bbba5c0d1785952ea8
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/service/impl/SlVolumeProductionRkglServiceImpl.java
@@ -253,6 +253,11 @@
                managementGoodsMaterialsMapper.insert(managementGoodsMaterials1);
            }
        }
        SlVolumeProductionRkgl byId = this.getById(id);
        byId.setPresentState(4);
        byId.setAuditStatus(6);
        byId.setEndTime(new Date());
        this.updateById(byId);
    }
}