zhangherong
2025-07-05 e1d063d2de617910dad7e5f0481d9bfcd49e7651
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
     */