diff --git a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml
index 309612a5..5d4179ce 100644
--- a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml
+++ b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcOperatorMapper.xml
@@ -33,6 +33,7 @@
+
@@ -44,7 +45,7 @@
xo.maintenance_commission_rate maintenanceCommissionRate,
xo.business_license_id businessLicenseId, xo.withdrawal_time withdrawalTime, xo.soc,
xo.status, xo.del_flag delFlag, xo.create_time createTime,
- xo.create_by createBy, xo.update_time updateTime, xo.update_by updateBy, xo.remark
+ xo.create_by createBy, xo.update_time updateTime, xo.update_by updateBy, xo.remark,
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
- remark = #{remark}
+ remark = #{remark},
+ operator_id_evcs = #{operatorIdEvcs}
WHERE operator_id = #{operatorId}
@@ -276,7 +278,8 @@