This commit is contained in:
linfso 2024-08-12 12:45:04 +08:00
parent 084ccf8284
commit a8896d2e6b

View File

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