src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -144,4 +144,9 @@ List<String> getEquIdsByProIds(@Param("proIds") List<String> proIds); List<MdcEquipment> getEquipmentList(@Param("allProductionIds") List<String> allProductionIds); List<MdcEquipment> queryByFactoryId(@Param("factoryId") String factoryId); List<String> queryIdsByFactorys(@Param("allFactoryIds") List<String> allFactoryIds); }