0
0

设备告警

This commit is contained in:
2025-09-16 17:04:45 +08:00
parent 07449e4a1e
commit 23b48cfb06
23 changed files with 384 additions and 23 deletions

View File

@ -422,4 +422,9 @@
AND MONTH (dl.create_time) = #{month}
</select>
<!-- 根据设备IMEI查询设备 -->
<select id="selectDeviceByImei" resultType="com.fuyuanshen.equipment.domain.Device">
SELECT * FROM device WHERE device_imei = #{deviceImei}
</select>
</mapper>