切换店铺统计 √

下单选择会员 √
注册会员 √
完善手机号 √
会员流水信息同步 √
This commit is contained in:
Tankaikai
2025-04-10 18:21:08 +08:00
parent c3b47e05c8
commit b25c402e41
8 changed files with 36 additions and 20 deletions

View File

@@ -303,7 +303,7 @@ public class ProductController {
public CzgResult<Void> sync() {
long shopId = StpKit.USER.getShopId(0L);
long sysUserId = StpKit.USER.getLoginIdAsLong();
long headShopId = StpKit.USER.getHeadShopId();
long headShopId = StpKit.USER.getVipHeadShopId();
if(shopId == headShopId){
throw new CzgException("不存在主店分店关系,无需同步");
}