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