master
parent
4202d6abf7
commit
e30481c8cb
|
@ -10,6 +10,7 @@ import com.muyu.cloud.pay.mapper.OrderPayCustomerMapper;
|
|||
import com.muyu.cloud.pay.service.OrderPayCustomerService;
|
||||
import com.muyu.common.core.utils.StringUtils;
|
||||
import com.muyu.nacos.service.NacosServerService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import javax.annotation.Resource;
|
||||
import java.util.ArrayList;
|
||||
|
@ -29,7 +30,7 @@ public class OrderPayCustomerServiceImpl
|
|||
extends ServiceImpl<OrderPayCustomerMapper, OrderPayCustomer>
|
||||
implements OrderPayCustomerService {
|
||||
|
||||
@Resource
|
||||
@Autowired
|
||||
private NacosServerService nacosServerService;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue