风机列表修改

This commit is contained in:
huguanghan 2024-10-28 09:27:06 +08:00
parent fb46bad74c
commit ee207bdd10

View File

@ -166,7 +166,7 @@
select distinct belong_line as name from sys_equipment t where t.object_type = 10002 and belong_line !='';
</select>
<select id="queryAllWindList" resultType="com.das.modules.page.domian.WindTurbinesPageVo">
select se.id as irn,se.name,se.model,se.belong_line as belongLine se.iot_model_id as modelId from sys_equipment se where se.object_type = #{objectType} order by se.name
select se.id as irn,se.name,se.model,se.belong_line as belongLine, se.iot_model_id as modelId from sys_equipment se where se.object_type = #{objectType} order by se.name
</select>