返回预警天数
This commit is contained in:
parent
af018df883
commit
a67e45e240
|
|
@ -752,6 +752,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<select id="selectAssociationList" resultType="com.bonus.material.device.domain.vo.DevInfoVo">
|
<select id="selectAssociationList" resultType="com.bonus.material.device.domain.vo.DevInfoVo">
|
||||||
select
|
select
|
||||||
d.*,
|
d.*,
|
||||||
|
mt4.maintenance_alarm_day,
|
||||||
mt4.type_name as typeName,mt4.unit_name as unitName,
|
mt4.type_name as typeName,mt4.unit_name as unitName,
|
||||||
mt3.type_id as thirdId,mt3.type_name as thirdName,
|
mt3.type_id as thirdId,mt3.type_name as thirdName,
|
||||||
mt2.type_id as secondId,mt2.type_name as secondName,
|
mt2.type_id as secondId,mt2.type_name as secondName,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue