Commit 26097e28 authored by hongguangwu's avatar hongguangwu

MVP1.7.14-商险相关

parent 8d2baf49
......@@ -48,6 +48,8 @@
<result property="updateTime" column="update_time"/>
<result property="registTime" column="regist_time"/>
<result property="registUser" column="regist_user"/>
<result property="errorInfo" column="error_info"/>
<result property="errorTime" column="error_time"/>
</resultMap>
<resultMap id="tEmployeeInsurancePreExportMap" type="com.yifu.cloud.plus.v1.yifu.insurances.vo.TEmployeeInsurancePreExportVo">
......@@ -101,7 +103,7 @@
a.create_name,
a.create_time,
a.update_by,
a.update_time,a.policy_no,a.config_name,a.policy_effect,a.insurances_id,a.regist_time,a.regist_user,a.config_id
a.update_time,a.policy_no,a.config_name,a.policy_effect,a.insurances_id,a.regist_time,a.regist_user,a.config_id,a.error_info,a.error_time
</sql>
<sql id="tEmployeeInsurancePre_where">
<if test="tEmployeeInsurancePre != 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