This commit is contained in:
linfso 2025-01-02 22:08:35 +08:00
parent 1f8af927a2
commit b0cdef49ad

View File

@ -78,7 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
order by create_time desc
</select>
<select id="selectAttachmentListByBillCode" parameterType="String" resultMap="EmisWaybillAttachmentResult">
<select id="selectAttachmentListByBillCode" parameterType="String" resultMap="EmisWaybillDeclareAttachment">
select id, waybill_id, bill_code, attach_type, file_name, file_url, file_siez, file_desc, order_num, data_from, bl_audit, audit_date, audit_man_code, audit_site_code, audit_note, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
from emis_waybill_declare_attachment a
where del_flag='0' and a.bill_code = #{billCode}