Commit 1fd3fb12 authored by tianyiming's avatar tianyiming

修改bug

parent c900e534
...@@ -1367,6 +1367,7 @@ ...@@ -1367,6 +1367,7 @@
SELECT SELECT
`wlesal`.id as alarmLogId, `wlesal`.id as alarmLogId,
equipment_specific_index_name, equipment_specific_index_name,
wles.biz_org_name,
equipment_specific_name, equipment_specific_name,
DATE_FORMAT(`wlesal`.`create_date`,'%m-%d %H:%i:%s') alarm_time, DATE_FORMAT(`wlesal`.`create_date`,'%m-%d %H:%i:%s') alarm_time,
location, location,
......
...@@ -4884,7 +4884,7 @@ ...@@ -4884,7 +4884,7 @@
ed.`code` LIKE '92011000%' ed.`code` LIKE '92011000%'
<!-- AND es.iot_code IS NOT NULL--> <!-- AND es.iot_code IS NOT NULL-->
<if test="bizOrgCode!=null and bizOrgCode!=''"> <if test="bizOrgCode!=null and bizOrgCode!=''">
AND r.biz_org_code like concat(#{bizOrgCode}, '%') AND es.biz_org_code like concat(#{bizOrgCode}, '%')
</if> </if>
GROUP BY GROUP BY
es.id es.id
......
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