bug修改,物料编辑、客商加税号、公司查询

This commit is contained in:
liss
2025-11-13 18:39:42 +08:00
parent 0ef0b5f060
commit 5cf61ee5d2
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}, '%')