生日有礼概述修改
This commit is contained in:
parent
d6ca529ca4
commit
706b8e64d3
|
|
@ -112,10 +112,13 @@ public class MyStpLogic {
|
||||||
if (shopId != null) {
|
if (shopId != null) {
|
||||||
session.set("shopId", shopId);
|
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) {
|
if (shopName != null) {
|
||||||
session.set("shopName", shopName);
|
session.set("shopName", shopName);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue