加入会员合并同账号数据

This commit is contained in:
张松
2025-03-13 16:38:43 +08:00
parent b3a725556d
commit 7272f144e1
3 changed files with 12 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ import jakarta.annotation.Resource;
import jakarta.validation.constraints.NotBlank;
import lombok.extern.slf4j.Slf4j;
import org.apache.dubbo.config.annotation.DubboReference;
import org.apache.dubbo.config.annotation.DubboService;
import org.jetbrains.annotations.NotNull;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
@@ -60,7 +61,7 @@ import java.util.*;
* @since 2025-02-13
*/
@Slf4j
@Service
@DubboService
public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo> implements OrderInfoService {
@Lazy