lyh
2025-06-30 0843d9fa608a6d319d9d1c37860a0f16ce263a19
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/impl/MdcProductionServiceImpl.java
@@ -243,6 +243,11 @@
        return this.baseMapper.findThreeProductionId(userId);
    }
    @Override
    public MdcProduction findProductionList(String equipmentId) {
        return this.baseMapper.findProductionList(equipmentId);
    }
    /**
     * delete 方法调用 递归查找子集id
     */