@@ -515,6 +515,9 @@ public class ExportController extends BaseController {
@RequestMapping("export/organDoubleEleven2021Statis")
@PreAuthorize("@pcs.hasPermissions('export/organDoubleEleven2021Statis')")
public void organDoubleEleven2021Statis(HttpServletResponse response, OrganDoubleEleven2021StatisDto statisDto) throws IOException {
+ if(StringUtils.isEmpty(statisDto.getOrganId())){
+ statisDto.setOrganId("4,10,11,12,13,14,19,21,23,26,28,34,1,7,9,17,20,37,40,6,3,57,58,8,15,16");
+ }
List<DoubleEleven2021Dto> rows = vipGroupActivityService.organDoubleEleven2021Statis(statisDto);
if (rows.size() < 1) {
throw new BizException("没有可导出数据");