zhangherong
2025-03-31 cb2556fd6ce1a7240e7cb4d005384c28014df87c
lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -223,4 +223,12 @@
     * @return
     */
    List<MdcEquipment> findByProductionIds(List<String> mdcProductionIds);
    /**
     * 根据产线id集合和配送小组查询设备列表
     * @param allProductionIds
     * @param teamCodelist
     * @return
     */
    List<MdcEquipment> findByProIdsAndTeamCode(List<String> allProductionIds, List<String> teamCodelist);
}