lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/RepairOrderMapper.xml
@@ -53,6 +53,12 @@ <if test="num != null and num != ''"> and t1.num like concat('%',#{num},'%') </if> <if test="equipNums.size!=0"> and t2.num in <foreach collection="equipNums" open="(" separator="," close=")" item="num"> #{num} </foreach> </if> <if test="equipmentNum != null and equipmentNum != ''"> and t2.num like concat('%',#{equipmentNum},'%') </if>