bug修改,物料编辑、客商加税号、公司查询
This commit is contained in:
@@ -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}, '%')
|
||||
|
||||
Reference in New Issue
Block a user