This commit is contained in:
linfso 2024-06-20 01:00:51 +08:00
parent a8aad02f92
commit cd212c62fd

View File

@ -102,7 +102,6 @@
<insert id="insertEmisWaybillAttachment" parameterType="EmisWaybillAttachment" useGeneratedKeys="true" keyProperty="id">
insert into emis_waybill_attachment
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="id != null">id,</if>
<if test="waybillId != null">waybill_id,</if>
<if test="billCode != null and billCode != ''">bill_code,</if>
<if test="attachType != null and attachType != ''">attach_type,</if>
@ -122,7 +121,6 @@
<if test="updateSite != null and updateSite != ''">update_site,</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="id != null">#{id},</if>
<if test="waybillId != null">#{waybillId},</if>
<if test="billCode != null and billCode != ''">#{billCode},</if>
<if test="attachType != null and attachType != ''">#{attachType},</if>