master
parent
12aa2d9656
commit
48da2c963b
|
@ -28,7 +28,7 @@ import java.util.stream.Collectors;
|
||||||
public class OrderPayCustomerServiceImpl extends ServiceImpl<OrderPayCustomerMapper ,OrderPayCustomer>
|
public class OrderPayCustomerServiceImpl extends ServiceImpl<OrderPayCustomerMapper ,OrderPayCustomer>
|
||||||
implements OrderPayCustomerService {
|
implements OrderPayCustomerService {
|
||||||
|
|
||||||
@Resource(type = OrderPayService.class)
|
@Autowired
|
||||||
private OrderPayService orderPayService;
|
private OrderPayService orderPayService;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
@ -6,9 +6,10 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||||
import com.muyu.domain.OrderPayInfo;
|
import com.muyu.domain.OrderPayInfo;
|
||||||
import com.muyu.pay.mapper.OrderPayMapper;
|
import com.muyu.pay.mapper.OrderPayMapper;
|
||||||
import com.muyu.pay.service.OrderPayService;
|
import com.muyu.pay.service.OrderPayService;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@Service
|
||||||
public class OrderPayServiceImpl extends ServiceImpl<OrderPayMapper, OrderPayInfo>implements OrderPayService {
|
public class OrderPayServiceImpl extends ServiceImpl<OrderPayMapper, OrderPayInfo>implements OrderPayService {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue