rentaiming
2024-07-08 6cc45ce9e23eae92a115abf9eb531a22b01db7e0
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);
    }
}