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