md
This commit is contained in:
parent
a3e1a05689
commit
a956f2e870
@ -73,7 +73,7 @@
|
||||
<select id="selectAttachmentListByBillCode" parameterType="String" resultMap="EmisWaybillAttachmentResult">
|
||||
select id, waybill_id, bill_code, attach_type, file_name, file_url, file_siez, file_desc, order_num, data_from, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
|
||||
from emis_waybill_attachment a
|
||||
where a.bill_code = #{billCode}
|
||||
where del_flag='0' and a.bill_code = #{billCode}
|
||||
</select>
|
||||
|
||||
<select id="checkUnique" parameterType="EmisWaybillAttachment" resultType="int">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user