|
@@ -159,7 +159,7 @@
|
|
|
<if test="parStatus!=null">
|
|
|
AND ru.status = #{parStatus}
|
|
|
</if>
|
|
|
- ORDER BY ru.gmt_modified DESC
|
|
|
+ ORDER BY ru.status DESC ,ru.gmt_modified DESC
|
|
|
</select>
|
|
|
<select id="getByIdRuleInfo" resultType="com.diagbot.dto.KlRuleByIdDTO">
|
|
|
SELECT
|