Commit 594121c9 authored by litengwei's avatar litengwei

代码提交

parent d2d88062
......@@ -6015,6 +6015,9 @@
sequence_nbr AS id,
biz_org_name AS bizOrgName,
resource_type_name AS typeName,
biz_org_code,
resource_type,
water_status,
name,
CASE
water_status
......@@ -6026,7 +6029,7 @@
'red'
END AS statusCode
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>
<if test="bizOrgCode != null and 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