Browse Source

列表操作时间排序

zhoutg 6 years ago
parent
commit
545b1bd93c
1 changed files with 1 additions and 1 deletions
  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>