Commit bcd4e008 authored by fangxinjiang's avatar fangxinjiang

拒绝入职优化-fxj

parent 7b747ef8
...@@ -449,6 +449,6 @@ ...@@ -449,6 +449,6 @@
a.expected_collection_time is not null a.expected_collection_time is not null
and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE() and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE()
and ((a.timeout_elec_sign = '0' and a.process_status = '0' and a.sign_type = '0') or and ((a.timeout_elec_sign = '0' and a.process_status = '0' and a.sign_type = '0') or
a.process_status in ('1','3','5','7','11')) a.process_status in ('1','3','5','7','11')) and a.IS_REFUSE ='1'
</select> </select>
</mapper> </mapper>
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
SELECT SELECT
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
FROM t_employee_insurance_pre a FROM t_employee_insurance_pre a
where a.process_status = '0' and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") = CURDATE() where a.process_status = '0' and a.IS_REFUSE = '1' and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") = CURDATE()
group by a.customer_user_loginname group by a.customer_user_loginname
</select> </select>
......
...@@ -731,7 +731,7 @@ ...@@ -731,7 +731,7 @@
a.expected_collection_time is not null a.expected_collection_time is not null
and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE() and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE()
and a.process_status in ('1','2','4','8','9') and a.process_status in ('1','2','4','8','9')
and a.type_sub = '0' and a.type_sub = '0' and a.IS_REFUSE='1'
</select> </select>
<select id="getAllUnDisDataIdFundList" resultType="java.lang.String"> <select id="getAllUnDisDataIdFundList" resultType="java.lang.String">
...@@ -742,6 +742,6 @@ ...@@ -742,6 +742,6 @@
a.expected_collection_time is not null a.expected_collection_time is not null
and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE() and DATE_FORMAT(a.expected_collection_time,"%Y-%m-%d") <![CDATA[ <= ]]> CURDATE()
and a.process_status in ('1','2','4','8','9') and a.process_status in ('1','2','4','8','9')
and a.type_sub = '1' and a.type_sub = '1' and a.IS_REFUSE='1'
</select> </select>
</mapper> </mapper>
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