java110
2022-08-21 7b382d1b0152d25a4d69f7926419040e5ec4490e
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
1个文件已修改
2 ■■■ 已修改文件
java110-db/src/main/resources/mapper/store/WechatMenuV1ServiceDaoImplMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/store/WechatMenuV1ServiceDaoImplMapper.xml
@@ -51,7 +51,7 @@
<if test="wechatMenuId !=null and wechatMenuId != ''">
   and t.wechat_menu_id= #{wechatMenuId}
</if> 
order by t.create_time desc
order by t.seq asc
<if test="page != -1 and page != null ">
   limit #{page}, #{row}
</if>