Commit f5046486 authored by fangxinjiang's avatar fangxinjiang

最新审核通过时间

parent 02fe5315
...@@ -79,6 +79,8 @@ ...@@ -79,6 +79,8 @@
<result property="contractParty" column="CONTRACT_PARTY"/> <result property="contractParty" column="CONTRACT_PARTY"/>
<result property="contractSubName" column="CONTRACT_SUB_NAME"/> <result property="contractSubName" column="CONTRACT_SUB_NAME"/>
<result property="reason" column="REASON"/> <result property="reason" column="REASON"/>
<result property="auditTimeLast" column="AUDIT_TIME_LAST"/>
</resultMap> </resultMap>
<sql id="Base_Column_List"> <sql id="Base_Column_List">
a.ID, a.ID,
...@@ -135,7 +137,8 @@ ...@@ -135,7 +137,8 @@
a.EMP_NATRUE, a.EMP_NATRUE,
a.CONTRACT_PARTY, a.CONTRACT_PARTY,
a.CONTRACT_SUB_NAME, a.CONTRACT_SUB_NAME,
a.REASON a.REASON,
a.AUDIT_TIME_LAST
</sql> </sql>
<sql id="tEmployeeContractInfo_where"> <sql id="tEmployeeContractInfo_where">
......
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