客户库存盘点明细-名称等模糊查询
This commit is contained in:
parent
86c80ef5c9
commit
4dc4e8d0d0
|
|
@ -54,7 +54,7 @@ userinfo:
|
|||
# 名称
|
||||
name: crmproject
|
||||
# 积木报表导出pdf的url
|
||||
jmUrl: http://192.168.1.124:9091/jmreport/exportPdf
|
||||
jmUrl: http://192.168.0.124:9091/jmreport/exportPdf
|
||||
# 发货单的积木报表id
|
||||
invConfigId: 904237003519217664
|
||||
# 微信支付API调用服务器的IP
|
||||
|
|
|
|||
|
|
@ -100,16 +100,16 @@
|
|||
AND t0.id = #{clientId}
|
||||
</if>
|
||||
<if test="uecode !=null and uecode !=''">
|
||||
AND t0.uecode = #{uecode}
|
||||
AND t0.uecode LIKE '%' || #{uecode} || '%'
|
||||
</if>
|
||||
<if test="clientName !=null and clientName !=''">
|
||||
AND t0.distributor_name = #{clientName}
|
||||
AND t0.distributor_name LIKE '%' || #{clientName} || '%'
|
||||
</if>
|
||||
<if test="staffName !=null and staffName !=''">
|
||||
AND csui.name = #{staffName}
|
||||
AND csui.name LIKE '%' || #{staffName} || '%'
|
||||
</if>
|
||||
<if test="areaName !=null and areaName !=''">
|
||||
AND cmai.area_name = #{areaName}
|
||||
AND cmai.area_name LIKE '%' || #{areaName} || '%'
|
||||
</if>
|
||||
<if test="flag !=null and flag !=''">
|
||||
<!-- 前端传营销区域 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue