md
This commit is contained in:
parent
3d0fef17f0
commit
294fee4fce
@ -1261,13 +1261,8 @@
|
||||
and a.salesmen=#{salesmen}
|
||||
</if>
|
||||
|
||||
|
||||
<if test="blSign != null and blSign == 1">
|
||||
and a.bl_sign='1'
|
||||
</if>
|
||||
|
||||
<if test="blSign != null and blSign == 0">
|
||||
and a.bl_sign!='1'
|
||||
<if test="blSign != null and blSign != ''">
|
||||
and a.bl_sign=#{blSign}
|
||||
</if>
|
||||
|
||||
<if test="params.beginDate != null and params.beginDate != ''">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user