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}