md
This commit is contained in:
parent
a8aad02f92
commit
cd212c62fd
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user