报错修改
This commit is contained in:
@@ -25,4 +25,6 @@ public interface AShopUserService {
|
||||
ShopUserSummaryDTO getSummary(Long shopId, Integer isVip);
|
||||
|
||||
ShopUser getDetail(Integer id, Integer userId);
|
||||
|
||||
Long updateMoney(ShopUserMoneyEditDTO shopUserEditDTO);
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ public interface ShopUserService extends IService<ShopUser> {
|
||||
/**
|
||||
* 返回流水Id
|
||||
*/
|
||||
Long updateMoney(Long shopId, ShopUserMoneyEditDTO shopUserEditDTO);
|
||||
Long updateMoney(ShopUserMoneyEditDTO shopUserEditDTO);
|
||||
|
||||
|
||||
ShopUser getShopUserInfo(Long shopId, long userId);
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
package com.czg.account.service;
|
||||
|
||||
/**
|
||||
* 店铺用户同步Service
|
||||
* @author tankaikai
|
||||
* @since 2025-04-08 10:17
|
||||
*/
|
||||
public interface ShopUserSyncService {
|
||||
|
||||
/**
|
||||
* 同步合并主分店会员信息
|
||||
*
|
||||
* @param headShopId 主店id
|
||||
* @param branchShopId 分店id
|
||||
*/
|
||||
void syncMergeShopUser(Long headShopId, Long branchShopId);
|
||||
}
|
||||
@@ -29,4 +29,8 @@ public interface UShopUserService {
|
||||
|
||||
ShopUserDetailDTO getInfo(Long shopId, long userId);
|
||||
|
||||
/**
|
||||
* 返回流水Id
|
||||
*/
|
||||
Long updateMoney(ShopUserMoneyEditDTO shopUserEditDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user