Commit 36bd7877 authored by 张森's avatar 张森

任务 29540 【中心级】一张图全景监控>人员管理>人员配置>二级页面,全国视角下,人员列表查询不到数据

parent 24d9e43f
...@@ -1843,7 +1843,7 @@ ...@@ -1843,7 +1843,7 @@
AND a.is_delete = 0 AND a.is_delete = 0
AND a.biz_org_type = 'PERSON' AND a.biz_org_type = 'PERSON'
AND fp.is_delete = 0 AND fp.is_delete = 0
AND LENGTH( a.biz_org_code ) = 18 AND LENGTH( a.biz_org_code ) > 18
<if test='bizOrgCode!=null and bizOrgCode!=""'> <if test='bizOrgCode!=null and bizOrgCode!=""'>
and LEFT(a.biz_org_code,18) like concat (#{bizOrgCode},'%') and LEFT(a.biz_org_code,18) like concat (#{bizOrgCode},'%')
</if> </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