qushaowei
2024-04-22 a862e80c1ee46a77fc8a2dacf59b0110b3669550
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>