Merge branch 'refs/heads/dev' into test

This commit is contained in:
liss
2025-11-13 18:40:18 +08:00
7 changed files with 21 additions and 5 deletions

View File

@@ -31,10 +31,10 @@
where d.DELETED = 0
and d.IS_COMPANY = 1
<if test="erpNumber != null">
and c.NUM = #{erpNumber}
and c.NUM like concat('%', #{erpNumber}, '%')
</if>
<if test="number != null">
and d.CODE = #{number}
and d.CODE like concat('%', #{number}, '%')
</if>
<if test="name != null">
and d.NAME like concat('%', #{name}, '%')