Commit 6b95339e authored by 18310373984@163.com's avatar 18310373984@163.com

白名单列表修改

parent a6fda624
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
and o.SRV_ORGAN_ID = #{srvOrganId} and o.SRV_ORGAN_ID = #{srvOrganId}
</if> </if>
<if test="certiCode != null and certiCode != ''"> <if test="certiCode != null and certiCode != ''">
and t.CERTI_CODE = #{certiCode} and info.CERTI_CODE = #{certiCode}
</if> </if>
<if test="realName != null and realName != ''"> <if test="realName != null and realName != ''">
and t.real_Name like CONCAT(CONCAT('%',#{realName}) ,'%') and info.real_Name like CONCAT(CONCAT('%',#{realName}) ,'%')
</if> </if>
<if test="empName != null and empName != ''"> <if test="empName != null and empName != ''">
and e.emp_name like CONCAT(CONCAT('%',#{empName}) ,'%') and e.emp_name like CONCAT(CONCAT('%',#{empName}) ,'%')
......
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