瀏覽代碼

列表操作时间排序

zhoutg 6 年之前
父節點
當前提交
545b1bd93c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      icssman-service/src/main/resources/mapper/QuestionInfoMapper.xml

+ 1 - 1
icssman-service/src/main/resources/mapper/QuestionInfoMapper.xml

@@ -140,7 +140,7 @@
                 #{tagType}
             </foreach>
         </if>
-        order by a.gmt_create desc
+        order by a.gmt_modified desc
 
     </select>