返回预警天数

This commit is contained in:
liang.chao 2024-12-20 19:46:54 +08:00
parent af018df883
commit a67e45e240
1 changed files with 1 additions and 0 deletions

View File

@ -752,6 +752,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectAssociationList" resultType="com.bonus.material.device.domain.vo.DevInfoVo">
select
d.*,
mt4.maintenance_alarm_day,
mt4.type_name as typeName,mt4.unit_name as unitName,
mt3.type_id as thirdId,mt3.type_name as thirdName,
mt2.type_id as secondId,mt2.type_name as secondName,