feat():测试
parent
2480a1acee
commit
6aec96b198
|
@ -15,6 +15,7 @@ import com.muyu.common.core.utils.StringUtils;
|
|||
import com.muyu.common.nacos.service.NacosServerService;
|
||||
import jakarta.annotation.Resource;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
@ -34,10 +35,10 @@ import java.util.stream.Collectors;
|
|||
public class OrderPayCustomerServiceImpl
|
||||
extends ServiceImpl<OrderPayCustomerMapper, OrderPayCustomer>
|
||||
implements OrderPayCustomerService {
|
||||
@Resource(type = OrderPayServiceImpl.class)
|
||||
@Autowired
|
||||
private OrderPayService orderPayService;
|
||||
|
||||
@Resource
|
||||
@Autowired
|
||||
private NacosServerService nacosServerService;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue