demand: TMS系统 - 客户管理 - 月结客户 - 多个查询条件无法筛选问题修复

committer: heyu
This commit is contained in:
aike 2026-01-06 14:41:04 +08:00
parent 1c9af81bc1
commit b1f50be208

View File

@ -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>