md
This commit is contained in:
parent
084ccf8284
commit
a8896d2e6b
@ -695,7 +695,7 @@
|
||||
and a.bl_sign='1'
|
||||
</if>
|
||||
|
||||
<if test="blSign != null and blSign!='' and blSign == 0">
|
||||
<if test="blSign != null and blSign == 0">
|
||||
and a.bl_sign!='1'
|
||||
</if>
|
||||
|
||||
@ -1455,7 +1455,7 @@
|
||||
and a.bl_sign='1'
|
||||
</if>
|
||||
|
||||
<if test="blSign != null and blSign!='' and blSign == 0">
|
||||
<if test="blSign != null and blSign == 0">
|
||||
and a.bl_sign!='1'
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user