From ac2c3b5d3debdc88fb42bc256d9df865d0255d85 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 3 Jun 2024 10:52:47 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisWaybillMapper.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 670a300a8..ded347065 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1040,22 +1040,21 @@ problem_type = #{problemType}, problem_cause = #{problemCause}, problem_delay_days = #{problemDelayDays} - - ,update_by = #{updateBy} - ,update_site = #{updateSite} - + ,update_by = #{updateBy} + ,update_site = #{updateSite}, where bill_code=#{billCode} update emis_waybill set - current_site_code = #{currentSiteCode}, - next_site_code = #{nextSiteCode}, - last_site_code = #{lastSiteCode}, - ,update_by = #{updateBy} - ,update_site = #{updateSite} - + + current_site_code = #{currentSiteCode}, + next_site_code = #{nextSiteCode}, + last_site_code = #{lastSiteCode}, + update_by = #{updateBy}, + update_site = #{updateSite}, + where bill_code=#{billCode}