24282 1 年之前
父節點
當前提交
8462eb55d5
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      sd-wln/src/main/java/com/sd/wln/service/impl/WlnStatementOfAccountImpl.java

+ 0 - 4
sd-wln/src/main/java/com/sd/wln/service/impl/WlnStatementOfAccountImpl.java

@@ -13,7 +13,6 @@ import com.sd.business.service.inventory.InventoryFinishedService;
 import com.sd.business.service.order.OrderInfoService;
 import com.sd.business.service.outbound.OutboundOrderService;
 import com.sd.business.service.statement.StatementOfAccountService;
-import com.sd.wln.service.WlnOutboundOrderService;
 import com.sd.wln.service.WlnStatementOfAccount;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
@@ -41,9 +40,6 @@ public class WlnStatementOfAccountImpl implements WlnStatementOfAccount {
     @Autowired
     private InventoryFinishedService inventoryFinishedService;
 
-    @Autowired
-    private WlnOutboundOrderService wlnOutboundOrderService;
-
     @DSTransactional
     @Override
     public synchronized void createStatementOfAccount() {