fix(): 测试
parent
8bcc94dc2d
commit
b597c0c312
|
@ -13,6 +13,7 @@ import com.muyu.cloud.pay.service.OrderPayService;
|
|||
import com.muyu.common.nacos.service.NacosServerService;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import javax.annotation.Resource;
|
||||
import java.util.List;
|
||||
|
@ -25,10 +26,10 @@ 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