|
|
|
@@ -213,7 +213,7 @@ public class WxMerchantController extends BaseController { |
|
|
|
@SystemControllerLog(description = "商户-商户数据导出") |
|
|
|
public void exportData(@ModelAttribute WxMerchant wxMerchant, HttpServletRequest request, HttpServletResponse response) { |
|
|
|
wxMerchant.setTenantId(getTenantId()); |
|
|
|
wxMerchant.setSortColumns(WxMerchant.Field.TopTime_DESC); |
|
|
|
wxMerchant.setSortColumns(BaseEntity.SortField.TopTime_DESC); |
|
|
|
wxMerchantService.exportData(wxMerchant,request,response); |
|
|
|
} |
|
|
|
|
|
|
|
|