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