会员定时任务

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

@@ -353,7 +353,7 @@ public class TbMemberConfigServiceImpl extends ServiceImpl<TbMemberConfigMapper,
@Override
@Transactional(rollbackFor = Exception.class)
public boolean joinMemberByCOndition(Long shopId, Long userId) {
public boolean joinMemberByCondition(Long shopId, Long userId) {
MemberConfigVO memberConfigVO = detail(shopId);
ShopUser shopUser = shopUserService.getOne(new QueryWrapper().eq(ShopUser::getSourceShopId, shopId).eq(ShopUser::getUserId, userId));
if (shopUser == null) {