|
|
|
@ -1752,7 +1752,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public int updateBillNumber(String bzdh,String orderInfoId,String fpqqlsh,String xhfNsrsbh) throws Exception{ |
|
|
|
|
public void updateBillNumber(String bzdh,String orderInfoId,String fpqqlsh,String xhfNsrsbh) throws Exception{ |
|
|
|
|
//通过报账单查询订单,如果存在则删除
|
|
|
|
|
List<OrderProcessInfo> orderProcessInfos = orderProcessInfoMapper.queryOrderProcessInfoByBzdh(bzdh, Arrays.asList(xhfNsrsbh)); |
|
|
|
|
OrderProcessInfo orderProcessInfo = null; |
|
|
|
@ -1783,7 +1783,6 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
map.put("xhfNsrsbh",xhfNsrsbh); |
|
|
|
|
invoiceDataService.manualPushInvoice(Arrays.asList(map)); |
|
|
|
|
} |
|
|
|
|
return i; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|