风机的风速功率修正系数维护界面修改;

This commit is contained in:
yu 2024-12-02 17:58:35 +08:00
parent a78bdbd8c3
commit dd28e98209
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import lombok.Data;
@Data
public class SysPowerCurveFactorVo {
private Long id;
private String id;
private Long turbineId;

View File

@ -24,6 +24,7 @@
and t.turbine_id = #{info.turbineId}
</if>
</where>
order by sq.name asc
</select>
<select id="querySysPowerCurveFactorList" resultMap="resultMap">