@@ -20,7 +20,7 @@
AND COMPANYID = #{companyId}
</if>
</where>
- ORDER BY RE_STATUS, CREATETIME DESC
+ ORDER RE_STATUS DESC,RE_ID DESC
</select>
<update id="confirmApply">
UPDATE REMIND SET STATUS = #{status}, updateTime = now(), updaterId = #{updaterId}