统计报表-功率曲线
This commit is contained in:
@ -302,18 +302,21 @@
|
||||
|
||||
<sql id="dataTypeChooseFilter">
|
||||
<choose>
|
||||
<when test="dataType == 1">
|
||||
<when test='dataType == "1"'>
|
||||
t.operating_temp AS temp
|
||||
</when>
|
||||
<when test="dataType == 2">
|
||||
<when test='dataType == "2"'>
|
||||
t.stack_voltage as voltage
|
||||
</when>
|
||||
<when test="dataType == 3">
|
||||
<when test='dataType == "3"'>
|
||||
t.stack_current as current
|
||||
</when>
|
||||
<when test="dataType == 4">
|
||||
<when test='dataType == "4"'>
|
||||
t.stack_soc as soc
|
||||
</when>
|
||||
<otherwise>
|
||||
0 AS temp
|
||||
</otherwise>
|
||||
</choose>
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user