|
|
|
@@ -265,7 +265,7 @@ public class WxBillOtherServiceImpl implements WxBillOtherService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void exportBill(HttpServletRequest request, HttpServletResponse response, WxBillOther wxBillOther) { |
|
|
|
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(wxBillRent.getTenantId()); |
|
|
|
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(wxBillOther.getTenantId()); |
|
|
|
List<WxBillOther> datalist = wxBillOtherMapper.queryBillList(wxBillOther); |
|
|
|
datalist.stream().forEach(e->{ |
|
|
|
//手续费 = 合同应收+手续费+滞纳金 |
|
|
|
|