Commit 1b462ede authored by huyuchen's avatar huyuchen

huych-入职登记商险待办提交

parent 4b347324
......@@ -75,7 +75,6 @@
a.expected_collection_time,
a.regist_user,
a.regist_time,
a.customer_username_new,
a.insurance_company_name,
a.insurance_type_name,
a.insurance_type_id,
......@@ -153,9 +152,6 @@
<if test="tEmployeeInsurancePre.registTimeEnd != null">
and a.regist_time <![CDATA[ <= ]]> concat(#{tEmployeeInsurancePre.registTimeEnd}, ' 23:59:59')
</if>
<if test="tEmployeeInsurancePre.customerUsernameNew != null and tEmployeeInsurancePre.customerUsernameNew.trim() != ''">
AND a.customer_username_new = #{tEmployeeInsurancePre.customerUsernameNew}
</if>
<if test="tEmployeeInsurancePre.insuranceCompanyName != null and tEmployeeInsurancePre.insuranceCompanyName.trim() != ''">
AND a.insurance_company_name = #{tEmployeeInsurancePre.insuranceCompanyName}
</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