Commit c0125168 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 5331330a
...@@ -1088,7 +1088,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -1088,7 +1088,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
} }
// 1.9.8: 赋值【最新的客服名称】 // 1.9.8: 赋值【最新的客服名称】
registration.setCustomerUsernameNew(registration.getCustomerUsername()); registration.setCustomerUsernameNew(registration.getCustomerUsername());
registration.setCustomerUserLoginname(registration.getCustomerUserLoginname()); registration.setCustomerUserLoginNameNew(registration.getCustomerUserLoginname());
baseMapper.insert(registration); baseMapper.insert(registration);
//更新附件 //更新附件
updateFileId(registration); updateFileId(registration);
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<result property="customerUserLoginname" column="customer_user_loginname"/> <result property="customerUserLoginname" column="customer_user_loginname"/>
<result property="dataSource" column="data_source"/> <result property="dataSource" column="data_source"/>
<result property="customerUsernameNew" column="customer_username_new"/> <result property="customerUsernameNew" column="customer_username_new"/>
<result property="customerUserLoginNameNew" column="customer_user_login_name_new"/>
</resultMap> </resultMap>
<resultMap id="employeeRegistrationExportMap" type="com.yifu.cloud.plus.v1.csp.vo.EmployeeRegistrationExportVo"> <resultMap id="employeeRegistrationExportMap" type="com.yifu.cloud.plus.v1.csp.vo.EmployeeRegistrationExportVo">
...@@ -119,7 +120,7 @@ ...@@ -119,7 +120,7 @@
a.customer_phone, a.customer_phone,
a.customer_user_loginname, a.customer_user_loginname,
a.data_source, a.data_source,
a.customer_username_new a.customer_username_new,a.customer_user_login_name_new
</sql> </sql>
<sql id="employeeRegistration_where"> <sql id="employeeRegistration_where">
<if test="employeeRegistration != null"> <if test="employeeRegistration != null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment