fix(): 测试

master
LQS 2024-08-08 16:51:41 +08:00
parent 8bcc94dc2d
commit b597c0c312
1 changed files with 3 additions and 2 deletions

View File

@ -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;