Subversion Repositories SmartDukaan

Rev

Rev 33256 | Rev 33287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33256 Rev 33260
Line 1027... Line 1027...
1027
 
1027
 
1028
    @Autowired
1028
    @Autowired
1029
    InvoiceService invoiceService;
1029
    InvoiceService invoiceService;
1030
 
1030
 
1031
    public void test() throws Exception {
1031
    public void test() throws Exception {
1032
        System.out.println(saholicInventoryService.getByWarehouseIdItemIds(7573, Arrays.asList(35942, 35943, 35945)));
1032
        transactionService.moveOrdersFulfimentWarehouseByBillingWarehouseId(7573);
1033
    }
1033
    }
1034
 
1034
 
1035
    public void test3() throws Exception {
1035
    public void test3() throws Exception {
1036
        List<Long> payoutIds = Arrays.asList();
1036
        List<Long> payoutIds = Arrays.asList();
1037
        List<OfferPayout> offerPayouts = offerPayoutRepository.selectAllByIds(payoutIds);
1037
        List<OfferPayout> offerPayouts = offerPayoutRepository.selectAllByIds(payoutIds);