Commit 1e409a9c authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent e8c1184b
...@@ -242,6 +242,9 @@ ...@@ -242,6 +242,9 @@
<if test="tEmployeeContractPre.expectedCollectionTime != null"> <if test="tEmployeeContractPre.expectedCollectionTime != null">
AND a.expected_collection_time = #{tEmployeeContractPre.expectedCollectionTime} AND a.expected_collection_time = #{tEmployeeContractPre.expectedCollectionTime}
</if> </if>
<if test="tEmployeeContractPre.revokeReason != null and tEmployeeContractPre.revokeReason.trim() != ''">
AND a.revoke_reason = #{tEmployeeContractPre.revokeReason}
</if>
<if test="tEmployeeContractPre.expectedConfirmTime != null"> <if test="tEmployeeContractPre.expectedConfirmTime != null">
AND DATE_FORMAT(a.expected_confirm_time,"%Y-%m-%d") = AND DATE_FORMAT(a.expected_confirm_time,"%Y-%m-%d") =
DATE_FORMAT(#{tEmployeeContractPre.expectedConfirmTime},"%Y-%m-%d") DATE_FORMAT(#{tEmployeeContractPre.expectedConfirmTime},"%Y-%m-%d")
......
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