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