Merge pull request 'develop' (#288) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/288
This commit is contained in:
commit
c1a8a19611
@ -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