erp 库位sql优化
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
and f.NUM like concat('%', #{number}, '%')
|
||||
</if>
|
||||
<if test="erpCompanyNumber != null">
|
||||
and f.CPN_ID = like concat('%', #{erpCompanyNumber}, '%')
|
||||
and f.CPN_ID like concat('%', #{erpCompanyNumber}, '%')
|
||||
</if>
|
||||
<if test="erpCompanyName != null">
|
||||
and c.NAME like concat('%', #{erpCompanyName}, '%')
|
||||
|
||||
Reference in New Issue
Block a user