diff --git a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml
index 15eb7eab4..bca1246b9 100644
--- a/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisSettleSubBillMapper.xml
@@ -861,6 +861,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bl_confirm_center = '1',
confirm_center_date = now(),
confirm_center_man_code = #{confirmCenterManCode},
+ confirm_center_note = #{confirmCenterNote},
update_by = #{updateBy},
update_time = #{updateTime},
update_site = #{updateSite},
@@ -920,6 +921,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
confirm_site_date = now(),
confirm_site_code = #{confirmSiteCode},
confirm_site_man_code = #{confirmSiteManCode},
+ confirm_site_note = #{confirmSiteNote},
update_by = #{updateBy},
update_time = #{updateTime},
update_site = #{updateSite},