Commit 98abdd78 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-商险续签待办3

parent cf839c6f
......@@ -2141,8 +2141,8 @@
where a.DELETE_FLAG = 0 and a.BUY_HANDLE_STATUS = 3 and IS_USE = 0 and IS_EFFECT = 0 and IS_OVERDUE = 0
<if test="param.empNameOrCard != null and param.empNameOrCard.trim() != ''">
and (
a.EMP_NAME like concat('%',replace(replace(#{param.empName},'_','\_'),'%','\%'),'%')
or a.EMP_IDCARD_NO like concat('%',replace(replace(#{param.empIdcardNo},'_','\_'),'%','\%'),'%')
a.EMP_NAME like concat('%',replace(replace(#{param.empNameOrCard},'_','\_'),'%','\%'),'%')
or a.EMP_IDCARD_NO like concat('%',replace(replace(#{param.empNameOrCard},'_','\_'),'%','\%'),'%')
)
</if>
<if test="param.empName != null and param.empName.trim() != ''">
......
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