demand: tms-统计报表-月结客户出货统计-查询性能优化
committer: heyu
This commit is contained in:
parent
253c8c69b7
commit
034d61d724
@ -4124,6 +4124,18 @@
|
||||
<if test="receiveCountry != null and receiveCountry != ''">
|
||||
AND a.receive_country = #{receiveCountry}
|
||||
</if>
|
||||
<!-- 销售主管 -->
|
||||
<if test="salesExecutive != null and salesExecutive != ''">
|
||||
AND a3.sales_executive LIKE CONCAT('%', #{salesExecutive}, '%')
|
||||
</if>
|
||||
<!-- 销售支持 -->
|
||||
<if test="salesSupport != null and salesSupport != ''">
|
||||
AND a3.sales_support LIKE CONCAT('%', #{salesSupport}, '%')
|
||||
</if>
|
||||
<!-- 销售联系人 -->
|
||||
<if test="salesmen != null and salesmen != ''">
|
||||
AND a3.salesmen LIKE CONCAT('%', #{salesmen}, '%')
|
||||
</if>
|
||||
<!-- 运输方式筛选 -->
|
||||
<if test="transType != null and transType != ''">
|
||||
AND EXISTS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user