Commit 594121c9 authored by litengwei's avatar litengwei

代码提交

parent d2d88062
...@@ -6015,6 +6015,9 @@ ...@@ -6015,6 +6015,9 @@
sequence_nbr AS id, sequence_nbr AS id,
biz_org_name AS bizOrgName, biz_org_name AS bizOrgName,
resource_type_name AS typeName, resource_type_name AS typeName,
biz_org_code,
resource_type,
water_status,
name, name,
CASE CASE
water_status water_status
...@@ -6026,7 +6029,7 @@ ...@@ -6026,7 +6029,7 @@
'red' 'red'
END AS statusCode END AS statusCode
from from
(select * from cb_water_resource where resource_type = 'industryPool' or resource_type = 'pool') (select * from cb_water_resource where resource_type = 'industryPool' or resource_type = 'pool') a
<where> <where>
<if test="bizOrgCode != null and bizOrgCode != ''"> <if test="bizOrgCode != null and bizOrgCode != ''">
biz_org_code like concat(#{bizOrgCode}, '%') biz_org_code like concat(#{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