瀏覽代碼

Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

java110 3 年之前
父節點
當前提交
7b382d1b01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      java110-db/src/main/resources/mapper/store/WechatMenuV1ServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/store/WechatMenuV1ServiceDaoImplMapper.xml

@@ -51,7 +51,7 @@ where 1 =1
 <if test="wechatMenuId !=null and wechatMenuId != ''">
 <if test="wechatMenuId !=null and wechatMenuId != ''">
    and t.wechat_menu_id= #{wechatMenuId}
    and t.wechat_menu_id= #{wechatMenuId}
 </if> 
 </if> 
-order by t.create_time desc
+order by t.seq asc
 <if test="page != -1 and page != null ">
 <if test="page != -1 and page != null ">
    limit #{page}, #{row}
    limit #{page}, #{row}
 </if> 
 </if>