风机的风速功率修正系数维护界面修改;
This commit is contained in:
parent
a78bdbd8c3
commit
dd28e98209
@ -5,7 +5,7 @@ import lombok.Data;
|
|||||||
@Data
|
@Data
|
||||||
public class SysPowerCurveFactorVo {
|
public class SysPowerCurveFactorVo {
|
||||||
|
|
||||||
private Long id;
|
private String id;
|
||||||
|
|
||||||
private Long turbineId;
|
private Long turbineId;
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
and t.turbine_id = #{info.turbineId}
|
and t.turbine_id = #{info.turbineId}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by sq.name asc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="querySysPowerCurveFactorList" resultMap="resultMap">
|
<select id="querySysPowerCurveFactorList" resultMap="resultMap">
|
||||||
|
Loading…
Reference in New Issue
Block a user