App订单、商品--修改
parent
7b87b5ae21
commit
b502c67b65
|
@ -22,7 +22,6 @@ import cn.iocoder.yudao.module.shop.service.product.StoreProductService;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.core.annotation.OrderUtils;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import org.springframework.transaction.support.TransactionTemplate;
|
||||
|
@ -68,9 +67,6 @@ public class StoreOrderTaskServiceImpl implements StoreOrderTaskService {
|
|||
@Autowired
|
||||
private ApiConfigApi apiConfigApi;
|
||||
|
||||
@Autowired
|
||||
private OrderUtils orderUtils;
|
||||
|
||||
@Autowired
|
||||
private StoreProductAttrValueService attrValueService;
|
||||
|
||||
|
|
Loading…
Reference in New Issue