|
|
|
@@ -142,6 +142,11 @@ public class WxBillRentController extends BaseController { |
|
|
|
@SystemControllerLog(description = "租赁押金账单-导出") |
|
|
|
public void exportBill(@ModelAttribute WxBillRent wxBillRent, HttpServletRequest request, HttpServletResponse response) { |
|
|
|
wxBillRent.updateTenantInfo(getTenantInfo()); |
|
|
|
WxUserDataRule dataRule = this.getCurrentDataFloors(); |
|
|
|
if (null != dataRule) { |
|
|
|
wxBillRent.setFloorForRule(dataRule.getFloorIds()); |
|
|
|
wxBillRent.setBusinessForRule(dataRule.getBussinessIds()); |
|
|
|
} |
|
|
|
wxBillRentService.exportBill(request, response, wxBillRent); |
|
|
|
} |
|
|
|
|
|
|
|
|