Lius
2025-05-29 1a22f9f330ef0a51cd2a838932c1499346365dae
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
     */