This commit is contained in:
linfso 2024-06-03 10:55:39 +08:00
parent ac2c3b5d3d
commit 5e9b6be254

View File

@ -1047,7 +1047,7 @@
<update id="updatePreOrNextSiteByBillCode" parameterType="EmisWaybill">
update emis_waybill set
update emis_waybill
<trim prefix="SET" suffixOverrides=",">
<if test="currentSiteCode != null and currentSiteCode != ''">current_site_code = #{currentSiteCode},</if>
<if test="nextSiteCode != null and nextSiteCode != ''">next_site_code = #{nextSiteCode},</if>