Commit d6edf0d0 authored by chenyuxi's avatar chenyuxi

feat: 瓜子合同推送调整

parent 54823c0a
...@@ -793,7 +793,7 @@ ...@@ -793,7 +793,7 @@
FROM t_atta_info a FROM t_atta_info a
where a.RELATION_TYPE not in ('41','42','43') and a.domain_id = #{gzEmpId} where a.RELATION_TYPE not in ('41','42','43') and a.domain_id = #{gzEmpId}
</select> </select>
<!--推送瓜子的瓜子档案信息-合同--> <!--推送瓜子的瓜子档案信息-合同 注意:2025年7月17号,瓜子接口变更了,取值时:试用期预计结束日期 和 预计转正日期,调换了-->
<select id="getGzEmpInfoToPushGzByIdContract" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TGzEmpInfoPushGzContractVo"> <select id="getGzEmpInfoToPushGzByIdContract" resultType="com.yifu.cloud.plus.v1.yifu.archives.vo.TGzEmpInfoPushGzContractVo">
SELECT SELECT
a.biz_id bizId, a.biz_id bizId,
...@@ -806,8 +806,8 @@ ...@@ -806,8 +806,8 @@
date_format(a.contract_end_dt, '%Y-%m-%d') contractEndDt, date_format(a.contract_end_dt, '%Y-%m-%d') contractEndDt,
date_format(a.contract_exp_end_dt, '%Y-%m-%d') contrctExpEndDt, date_format(a.contract_exp_end_dt, '%Y-%m-%d') contrctExpEndDt,
a.probation probation, a.probation probation,
date_format(a.prc_exp_dt, '%Y-%m-%d') prcExpDt, date_format(a.prc_exp_dt, '%Y-%m-%d') probationDt,
date_format(a.probation_dt, '%Y-%m-%d') probationDt, date_format(a.probation_dt, '%Y-%m-%d') prcExpDt,
a.nee_provider_id neeProviderId, a.nee_provider_id neeProviderId,
a.work_location workLocation, a.work_location workLocation,
'' fileId, '' fileId,
......
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