Commit 37268f8b authored by KeYong's avatar KeYong

修改bug

parent 76bda8a4
...@@ -172,10 +172,6 @@ ...@@ -172,10 +172,6 @@
CASE CASE
WHEN ( temp.nowLevel = '--' ) THEN WHEN ( temp.nowLevel = '--' ) THEN
'--' '--'
WHEN ( temp.maxLevel = 0 ) THEN
'--'
WHEN ( temp.minLevel = 0 ) THEN
'--'
WHEN ( temp.minLevel - temp.nowLevel > 0 ) THEN WHEN ( temp.minLevel - temp.nowLevel > 0 ) THEN
'液位低' '液位低'
WHEN ( temp.nowLevel - temp.maxLevel > 0) THEN WHEN ( temp.nowLevel - temp.maxLevel > 0) THEN
......
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