Parcourir la source

修改化学品多级排序规则

hanzhiwei il y a 2 ans
Parent
commit
fafaa078f9

+ 1 - 1
zd-modules/zd-chemical/src/main/resources/mapper/chemical/HxpAlarmConfigMapper.xml

@@ -105,6 +105,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <include refid="selectHxpAlarmConfigVo"/>
         <include refid="selectHxpAlarmConfigVo"/>
         where alarm_mode = #{alarmMode} and alarm_dept_id =
         where alarm_mode = #{alarmMode} and alarm_dept_id =
             (select dept_id from lab_subject where id = #{subId} limit 1)
             (select dept_id from lab_subject where id = #{subId} limit 1)
-        order by level asc
+        order by sort asc
     </select>
     </select>
 </mapper>
 </mapper>