|
|
|
@@ -10,7 +10,6 @@ import com.iformall.domain.po.WxActivity; |
|
|
|
import com.iformall.domain.po.WxActivityJoin; |
|
|
|
import com.iformall.domain.po.WxCUser; |
|
|
|
import com.iformall.domain.po.msg.WxMsgRecord; |
|
|
|
import com.iformall.domain.vo.WxBillDailyVo; |
|
|
|
import com.iformall.enums.*; |
|
|
|
import com.iformall.mapper.WxActivityJoinMapper; |
|
|
|
import com.iformall.mapper.WxActivityMapper; |
|
|
|
@@ -87,7 +86,7 @@ public class WxActivityJoinServiceImpl implements WxActivityJoinService { |
|
|
|
WxActivity wxActivity = wxActivityMapper.selectByPrimaryKey(wxActivityJoin.getActivityId()); |
|
|
|
String title = wxActivity.getTitle(); |
|
|
|
List<WxActivityJoin> list = wxActivityJoinMapper.findList(wxActivityJoin); |
|
|
|
excelService.exportExcel(list, null, title, WxBillDailyVo.class, "报名表.xlsx", response, false); |
|
|
|
excelService.exportExcel(list, title, title, WxActivityJoin.class, "报名表.xlsx", response, false); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|