瀏覽代碼

消息列表修改

anderx 7 年之前
父節點
當前提交
365cfff534
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/MessageFromSystemMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/MessageFromSystemMapper.xml

@@ -700,7 +700,7 @@
 	<if test="uid !=null and uid !=''">
 	and a.aid=#{uid,jdbcType=VARCHAR}
 	</if>
-	group by a.is_read ,b.create_time desc
+	order by a.is_read ,b.create_time desc 
    <if test="page_sql!=null">
 				${page_sql}
 	</if>