生日有礼概述修改

This commit is contained in:
张松
2025-10-15 17:35:23 +08:00
parent d6ca529ca4
commit 706b8e64d3

View File

@@ -112,10 +112,13 @@ public class MyStpLogic {
if (shopId != null) {
session.set("shopId", shopId);
}
if (!isMainShop) {
session.set("headShopId", headShopId);
if (headShopId != null) {
if (!isMainShop) {
session.set("headShopId", headShopId);
}
session.set("mainShopId", headShopId);
}
session.set("mainShopId", headShopId);
if (shopName != null) {
session.set("shopName", shopName);
}