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