Browse Source

修改排序方式

chenw 7 years ago
parent
commit
3de32d67a6

+ 1 - 1
applications/commons/commons-server/src/main/resources/mapper/SystemRemindMapper.xml

@@ -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}