Commit c763b5b2 authored by 李秀明's avatar 李秀明

feat: 水箱液位单位取自数据库而非固定值M

parent aeb1353a
......@@ -4950,7 +4950,7 @@
IFNULL( a.nowLevel, '--' ) AS nowLevel,
a.id,
IFNULL( a.image, '' ) AS image,
'M' AS unit,
a.unit AS unit,
a.minLevel AS minLevel,
a.maxLevel AS maxLevel,
(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment