md
This commit is contained in:
parent
e221e0593d
commit
cc4a42b405
@ -37,13 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<where>
|
||||
a.bill_code=b.bill_code and a.del_flag='0' and b.del_flag='0'
|
||||
<if test="id != null "> and b.id = #{id}</if>
|
||||
<if test="billCode != null and billCode != ''">
|
||||
and (
|
||||
FIND_IN_SET(b.`bill_code`,#{billCode}) or
|
||||
exists (
|
||||
select 1 from emis_waybill c where c.master_bill_code = a.bill_code and FIND_IN_SET(c.`bill_code`,#{billCode})
|
||||
)
|
||||
)</if>
|
||||
<if test="billCode != null and billCode != ''">and ( FIND_IN_SET(b.`bill_code`,#{billCode}) )</if>
|
||||
<if test="standardFee != null "> and b.standard_fee = #{standardFee}</if>
|
||||
<if test="billFee != null "> and b.bill_fee = #{billFee}</if>
|
||||
<if test="costFee != null "> and b.cost_fee = #{costFee}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user