|
|
|
@ -403,7 +403,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
select t1.id, t1.create_time as createTime ,t2.name as alarmSourceName, |
|
|
|
|
t1.alarm_code as alarmCode,t4.dict_label as gradeName,t3.name as classificationDataName,t1.classification_data_code as classificationDataCode, |
|
|
|
|
t1.contact_user as contactUser,t1.phone as phone, |
|
|
|
|
t1.title,t1.longitude,t1.latitude,t1.status,t1.description |
|
|
|
|
t1.title,t1.longitude,t1.latitude,t1.status,t1.description,t1.create_by as createBy |
|
|
|
|
from ec_alarm_info t1 |
|
|
|
|
LEFT JOIN ec_classification_config t2 ON t1.alarm_source = t2.code AND t2.type = 3 |
|
|
|
|
LEFT JOIN ec_classification_data_config t3 ON t1.classification_data_code = t3.code |
|
|
|
|