Explorar el Código

修改化学品多级排序规则

hanzhiwei hace 2 años
padre
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"/>
         where alarm_mode = #{alarmMode} and alarm_dept_id =
             (select dept_id from lab_subject where id = #{subId} limit 1)
-        order by level asc
+        order by sort asc
     </select>
 </mapper>