Commit 5034ddf6 authored by lisong's avatar lisong

修改bug

parent f2e081a3
...@@ -114,8 +114,9 @@ ...@@ -114,8 +114,9 @@
from from
wl_equipment_index wl_equipment_index
where equipment_id = #{id} where equipment_id = #{id}
order by group_name,sort_num ) impor) data ) impor) data
where prefQuotaNAME like concat('%',#{groupName},'%') where prefQuotaNAME like concat('%',#{groupName},'%')
order by sort_num, group_name
</select> </select>
<select id="getPerfQutoaList" resultType="com.yeejoin.equipmanage.common.entity.vo.EquipmentIndexVO"> <select id="getPerfQutoaList" resultType="com.yeejoin.equipmanage.common.entity.vo.EquipmentIndexVO">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment