|
|
@ -1047,11 +1047,14 @@ public class BusDeliveredApplyService extends MybatisBaseService<BusDeliveredApp |
|
|
|
} |
|
|
|
} else { |
|
|
|
//推送开票申请数据
|
|
|
|
if("1".equals(busDeliveredApply.getPaymentMethodKey())){//贷款的不再推送开票申请
|
|
|
|
/* if("1".equals(busDeliveredApply.getPaymentMethodKey())){//贷款的不再推送开票申请
|
|
|
|
Future future1 = pool.submit(() -> { |
|
|
|
pushInvoice(busDeliveredApply, detailsList, orderDetailsVoResultBean.getData(), userVoResultBean.getData()); |
|
|
|
}); |
|
|
|
}*/ |
|
|
|
Future future1 = pool.submit(() -> { |
|
|
|
pushInvoice(busDeliveredApply, detailsList, orderDetailsVoResultBean.getData(), userVoResultBean.getData()); |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
//推送优惠包交接数据
|
|
|
|