Commit 76f04607 authored by huyuchen's avatar huyuchen

huych-档案更新优化

parent ac1e2061
......@@ -160,6 +160,9 @@
<if test="tEmployeeInsurancePre.registTimeStart != null">
AND a.regist_time <![CDATA[ >= ]]> #{tEmployeeInsurancePre.registTimeStart}
</if>
<if test="tEmployeeInsurancePre.expectedCollectionTime != null">
AND DATE_FORMAT(a.expected_collection_time,'%Y-%m-%d') = CURDATE()
</if>
<if test="tEmployeeInsurancePre.registTimeEnd != null">
and a.regist_time <![CDATA[ <= ]]> #{tEmployeeInsurancePre.registTimeEnd}
</if>
......
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