|
@@ -573,12 +573,12 @@ public class TempLittleArtistTrainingCampServiceImpl extends ServiceImpl<TempLit
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 导出小小训练营想详情
|
|
|
+ * 导出小小训练营详情
|
|
|
*/
|
|
|
public void exportUserTrainingDetail(Map<String, Object> param, HttpServletResponse response) throws IOException {
|
|
|
//训练营详情-查询条件时间设置
|
|
|
queryUserTrainingDetailOpsParam(param);
|
|
|
- List<TempCampUserTrainingDetailVo> list = baseMapper.queryUserTrainingDetail(param);
|
|
|
+ List<TempCampUserTrainingDetailVo> list = this.queryUserTrainingDetail(param).getRows();
|
|
|
OutputStream outputStream = response.getOutputStream();
|
|
|
HSSFWorkbook workbook = null;
|
|
|
try {
|