Commit 81cd204e authored by huyuchen's avatar huyuchen

huych-档案更新优化

parent 76f04607
......@@ -153,9 +153,6 @@
</if>
<if test="tEmployeeInsurancePre.deptId != null and tEmployeeInsurancePre.deptId.trim() != ''">
AND a.dept_id = #{tEmployeeInsurancePre.deptId}
</if>
<if test="tEmployeeInsurancePre.expectedCollectionTime != null">
AND a.expected_collection_time = #{tEmployeeInsurancePre.expectedCollectionTime}
</if>
<if test="tEmployeeInsurancePre.registTimeStart != null">
AND a.regist_time <![CDATA[ >= ]]> #{tEmployeeInsurancePre.registTimeStart}
......
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