Commit f2c01e0c authored by chenzhao's avatar chenzhao

修改bug

parent dc0fb341
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
GROUP BY id GROUP BY id
order by v.create_date order by v.create_date
</when> </when>
<when test="dto.buildingId == null and dto.buildingId ==''"> <when test="dto.buildingId == null || dto.buildingId ==''">
<where> <where>
<if test="dto.bizOrgCode!=null and dto.bizOrgCode!=''"> <if test="dto.bizOrgCode!=null and dto.bizOrgCode!=''">
v.biz_org_code LIKE CONCAT(#{dto.bizOrgCode}, '%') v.biz_org_code LIKE CONCAT(#{dto.bizOrgCode}, '%')
......
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