Commit f1bde561 authored by lisong's avatar lisong

修改bug

parent 3fe9aaa7
......@@ -334,9 +334,9 @@
'--'
WHEN temp.minPressure = '' THEN
'--'
WHEN ( temp.maxLevel = 0 ) THEN
WHEN ( temp.maxPressure = 0 ) THEN
'--'
WHEN ( temp.minLevel = 0 ) THEN
WHEN ( temp.minPressure = 0 ) THEN
'--'
WHEN temp.nowPressure - temp.maxPressure > 0 THEN
'压力高'
......@@ -375,9 +375,9 @@
'--'
WHEN temp.minFlow = '' THEN
'--'
WHEN ( temp.maxLevel = 0 ) THEN
WHEN ( temp.maxFlow = 0 ) THEN
'--'
WHEN ( temp.minLevel = 0 ) THEN
WHEN ( temp.minFlow = 0 ) THEN
'--'
WHEN temp.nowFlow - temp.maxFlow > 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