生日有礼概述修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user