隐患考评调整

main
zhaokai 2026-04-13 11:27:50 +08:00
parent bcfa7d87e9
commit eabf54e911
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
</otherwise> </otherwise>
</choose> </choose>
order by CASE WHEN ci.type = 2 THEN 0 ELSE 1 END, order by CASE WHEN ci.type = 2 THEN 0 ELSE 1 END,
ci.corp_order ASC; ci.corp_order ASC
</select> </select>
<select id="listAll" resultType="com.zcloud.hidden.evaluation.persistence.dataobject.EvaluationConfigDO"> <select id="listAll" resultType="com.zcloud.hidden.evaluation.persistence.dataobject.EvaluationConfigDO">