zhangherong
2025-03-06 c2a147659849eb1f56962e8ec3a5b4623c3a6262
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/QuanlityConfirmMapper.xml
@@ -34,5 +34,8 @@
            <if test="equipmentNum != null and equipmentNum != ''">
                and t3.num like concat('%',#{equipmentNum},'%')
            </if>
            <if test="id != null and id != ''">
                and t1.id = #{id}
            </if>
    </select>
</mapper>