Commit 8b6e36b3 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent fe16fda8
......@@ -88,6 +88,8 @@
<result property="contractSubName" column="CONTRACT_SUB_NAME"/>
<result property="requestId" column="request_id"/>
<result property="requestMsg" column="request_msg"/>
<result property="isUrg" column="is_urg"/>
<result property="overFlag" column="over_flag"/>
</resultMap>
<sql id="Base_Column_List">
id
......@@ -170,7 +172,7 @@
,TASK_TYPE
,TASK_END_STANDARD,contract_flag,a.CONTRACT_SUB_NAME
,a.request_id
,a.request_msg
,a.request_msg,a.over_flag,a.is_urg
</sql>
<sql id="tEmployeeContractPre_where">
<if test="tEmployeeContractPre != 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