demand: TMS系统 - 客户管理 - 月结客户 - 多个查询条件无法筛选问题修复
committer: heyu
This commit is contained in:
parent
1c9af81bc1
commit
b1f50be208
@ -271,9 +271,7 @@
|
||||
|
||||
<choose>
|
||||
<when test="payee != null and payee != '' and salesmen != null and salesmen != ''">
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
and (a.payee=#{payee} or a.salesmen=#{salesmen})
|
||||
</if>
|
||||
</when>
|
||||
<otherwise>
|
||||
<if test="payee != null and payee != ''"> and a.payee=#{payee}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user