md
This commit is contained in:
parent
ec2e8de582
commit
8251c95143
@ -654,11 +654,11 @@
|
||||
</if>
|
||||
|
||||
<if test="payee != null and payee != ''">
|
||||
or a.payee=#{payee}
|
||||
and a.payee=#{payee}
|
||||
</if>
|
||||
|
||||
<if test="salesmen != null and salesmen != '' " >
|
||||
or a.salesmen=#{salesmen}
|
||||
and a.salesmen=#{salesmen}
|
||||
</if>
|
||||
|
||||
<if test="sendSiteCode != null and sendSiteCode != ''">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user