分销店铺确认信息

This commit is contained in:
2026-03-06 13:36:40 +08:00
parent a53911aaa5
commit d052721b9b
5 changed files with 33 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ import com.czg.market.entity.MkPointsUser;
import com.czg.market.entity.MkShopCouponRecord;
import com.czg.market.service.MkPointsUserService;
import com.czg.market.service.MkShopCouponRecordService;
import com.czg.market.service.TbMemberConfigService;
import com.czg.resp.CzgResult;
import com.czg.service.RedisService;
import com.czg.service.account.mapper.ShopConfigMapper;
@@ -57,6 +56,11 @@ public class UShopUserServiceImpl implements UShopUserService {
@DubboReference
private MkPointsUserService pointsUserService;
@Override
public ShopUserService getService() {
return shopUserService;
}
@Override
public ShopUser getShopUserInfo(Long shopId, long userId) {
return shopUserService.getShopUserInfo(shopId, userId);