新火炬后端单体项目初始化代码
zhangherong
3 天以前 afb71a0770acc36a6e062aecf2dfc1c92d2d80a7
src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -143,5 +143,10 @@
    List<String> getEquIdsByProIds(@Param("proIds") List<String> proIds);
    List<MdcEquipment> getEquipmentList(@Param("allProductionIds") List<String> allProductionIds);
    List<MdcEquipment> getEquipmentList(@Param("allFactoryIds") List<String> allFactoryIds);
    List<MdcEquipment> queryByFactoryId(@Param("factoryId") String factoryId);
    List<String> queryIdsByFactorys(@Param("allFactoryIds") List<String> allFactoryIds);
}