Commit ebe8a993 authored by fangxinjiang's avatar fangxinjiang

数据库调整

parent 558ea0b9
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
AND a.CREATE_TIME <![CDATA[ <= ]]> #{searchVo.createTimeEnd} AND a.CREATE_TIME <![CDATA[ <= ]]> #{searchVo.createTimeEnd}
</if> </if>
<if test="searchVo.empName != null and searchVo.empName.trim() != ''"> <if test="searchVo.empName != null and searchVo.empName.trim() != ''">
AND a.EMP_NAME like concat('%',#{searchVo.empName},'%') AND a.EMP_NAME like concat(#{searchVo.empName},'%')
</if> </if>
<if test="searchVo.empIdcard != null and searchVo.empIdcard.trim() != ''"> <if test="searchVo.empIdcard != null and searchVo.empIdcard.trim() != ''">
AND a.EMP_IDCARD like concat('%',#{searchVo.empIdcard},'%') AND a.EMP_IDCARD like concat('%',#{searchVo.empIdcard},'%')
......
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