注释
This commit is contained in:
parent
97bb270efd
commit
c11143bd17
@ -324,6 +324,7 @@
|
|||||||
and w1.project_sn = #{projectSn}
|
and w1.project_sn = #{projectSn}
|
||||||
group by w1.device_id
|
group by w1.device_id
|
||||||
</select>
|
</select>
|
||||||
|
<!--企业权限关联项目-->
|
||||||
<select id="queryProjectTodayAlarmNum"
|
<select id="queryProjectTodayAlarmNum"
|
||||||
resultType="com.zhgd.xmgl.modules.environment.entity.ProjectTodayAlarmNum">
|
resultType="com.zhgd.xmgl.modules.environment.entity.ProjectTodayAlarmNum">
|
||||||
SELECT IFNULL(SUM(IF(ea.type = 1, 1, 0)),0) today_pre_alarm_num,
|
SELECT IFNULL(SUM(IF(ea.type = 1, 1, 0)),0) today_pre_alarm_num,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user