24282 há 1 ano atrás
pai
commit
8462eb55d5

+ 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() {