This commit is contained in:
linfso 2024-06-21 12:00:46 +08:00
parent 9544d634ff
commit d2bed45908

View File

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