zhangherong
2025-03-31 32be453ce79ce4e9efbeb3ab4ef6db501a6f0230
lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -129,4 +129,9 @@
     * @return
     */
    MdcEquipmentDetailedDto findById(@Param("id") String id);
    List<MdcEquipment> findByProductionIds(@Param("mdcProductionIds") List<String> mdcProductionIds);
    List<MdcEquipment> findByProIdsAndTeamCode(@Param("mdcProductionIds") List<String> mdcProductionIds, @Param("teamCodeList") List<String> teamCodeList);
}