md
This commit is contained in:
parent
9544d634ff
commit
d2bed45908
@ -236,9 +236,6 @@
|
||||
<select id="checkWaybillIsExists" resultType="int">
|
||||
select count(1) as cnt from emis_waybill
|
||||
where bill_code=#{billCode}
|
||||
<if test="childSeqNo != null and childSeqNo != ''">
|
||||
and waybill_status=#{waybillStatus}
|
||||
</if>
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user