App订单、商品--修改

pull/2/head
小小张 2023-05-12 18:09:39 +08:00
parent 7b87b5ae21
commit b502c67b65
1 changed files with 0 additions and 4 deletions

View File

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