Commit 17033469 authored by hongguangwu's avatar hongguangwu

MVP1.7.11-是否自动生成解除劳动合同书 0否1是

parent adf7ddb6
......@@ -57,6 +57,7 @@
<result property="isSign" column="IS_SIGN"/>
<result property="customerNoYsd" column="CUSTOMER_NO_YSD"/>
<result property="isSingle" column="IS_SINGLE"/>
<result property="isAutoLeavDoc" column="IS_AUTO_LEAVE_DOC"/>
</resultMap>
<resultMap id="sysHouseHoldSingleInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.SysHouseHoldInfo">
......@@ -99,7 +100,8 @@
a.MEDICL_PASSWORD,
a.IS_SIGN,
a.CUSTOMER_NO_YSD,
a.IS_SINGLE
a.IS_SINGLE,
a.IS_AUTO_LEAVE_DOC
</sql>
<sql id="sysHouseHoldInfo_where">
<if test="sysHouseHoldInfo != 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