|
@@ -156,6 +156,7 @@ public class TempLittleArtistTrainingCampController extends BaseController {
|
|
@ApiOperation(value="导出训练营详情")
|
|
@ApiOperation(value="导出训练营详情")
|
|
@PostMapping(value = "/exportUserTrainingDetail")
|
|
@PostMapping(value = "/exportUserTrainingDetail")
|
|
public void exportUserTrainingDetail(@RequestBody Map<String, Object> param, HttpServletResponse response) throws IOException{
|
|
public void exportUserTrainingDetail(@RequestBody Map<String, Object> param, HttpServletResponse response) throws IOException{
|
|
|
|
+ param.put("rows", 49999);
|
|
tempLittleArtistTrainingCampService.exportUserTrainingDetail(param, response);
|
|
tempLittleArtistTrainingCampService.exportUserTrainingDetail(param, response);
|
|
}
|
|
}
|
|
|
|
|