Commit 1fd3fb12 authored by tianyiming's avatar tianyiming

修改bug

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