md
This commit is contained in:
parent
956f1e75a7
commit
29818115c9
@ -81,11 +81,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
)
|
||||
</if>
|
||||
|
||||
<if test="params.blSign != null and params.blSign == '1'">
|
||||
<if test="params.blSign != null and params.blSign == 1">
|
||||
and exists (select 1 from emis_waybill ewb where ewb.bl_sign = '1' and ewb.bill_code=a.bill_code)
|
||||
</if>
|
||||
|
||||
<if test="params.blSign != null and params.blSign == '0'">
|
||||
<if test="params.blSign != null and params.blSign == 0">
|
||||
and exists (select 1 from emis_waybill ewb where ewb.bl_sign != '1' and ewb.bill_code=a.bill_code)
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user