|
|
|
@@ -139,8 +139,8 @@ public class WxCreditHistoryController extends BaseController { |
|
|
|
@GetMapping("exportData") |
|
|
|
@SystemControllerLog(description = "积分历史-导出数据") |
|
|
|
public void exportData(@ModelAttribute WxCreditHistory wxCreditHistory, HttpServletRequest request, HttpServletResponse response) { |
|
|
|
wxCreditHistory.setTenantId(getTenantInfo().getFinalTenantId()); |
|
|
|
wxCreditHistory.setFinalTenantId(getTenantInfo().getFinalTenantId()); |
|
|
|
TenantEntity tenantInfo = getTenantInfo(); |
|
|
|
wxCreditHistory.updateTenantInfo(tenantInfo); |
|
|
|
wxCreditHistoryService.exportData(request, response, wxCreditHistory); |
|
|
|
} |
|
|
|
|
|
|
|
|