App游客时正常展示页面

This commit is contained in:
秦鸿展
2026-09-02 20:28:59 +08:00
parent 57312753ed
commit a8815ade02
3 changed files with 21 additions and 9 deletions
+4 -4
View File
@@ -18,18 +18,18 @@ spring:
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
# server-addr: 127.0.0.1:8848
# server-addr: 10.33.0.129:6010
# server-addr: 10.102.192.31:6848
server-addr: 10.102.192.30:6848
username: nacos
password: manhuoda@2023
#线上正式环境
# server-addr: 10.33.0.129:6010
#
config:
server-addr: 127.0.0.1:8848
# server-addr: 127.0.0.1:8848
# server-addr: 10.33.0.129:6010
# server-addr: 10.102.192.31:6848
server-addr: 10.102.192.30:6848
username: nacos
password: manhuoda@2023
#线上正式环境
@@ -99,7 +99,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and me.menu_show = 1
and co.app_package = #{appPackage}
and me.app_location_code = #{appLocationCode}
<!-- 未登录(游客)时不传组织,返回该 app 全部公共菜单 -->
<if test="topOrganizationId != null">
and me.top_organization_id = #{topOrganizationId}
</if>
order by me.menu_sort,me.create_time asc
</select>
</mapper>