会员定时任务

This commit is contained in:
张松
2025-09-26 10:17:12 +08:00
parent ac7af967a1
commit c7f5acf2e1
4 changed files with 18 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ public interface TbMemberConfigService extends IService<TbMemberConfig> {
* @return 是否加入成功
*/
boolean joinMember(Long shopId, Long userId, Long memberOrderId);
boolean joinMemberByCOndition(Long shopId, Long userId);
boolean joinMemberByCondition(Long shopId, Long userId);
/**
* 发放会员奖励