yangdamao 2 月之前
父節點
當前提交
895ee9fec5

+ 1 - 0
zhongzheng-admin/src/main/java/com/zhongzheng/controller/user/UserSubscribeController.java

@@ -432,6 +432,7 @@ public class UserSubscribeController extends BaseController {
     public AjaxResult<Map<String,Object>> listUserExport(UserSubscribeQueryBo bo) {
         Map<String,Object> map = iUserSubscribeService.listUserExport(bo);
 //        List<UserSubscribeStudentExportVo> list = (List<UserSubscribeStudentExportVo>)map.get("list");
+
 //        ExcelUtil<UserSubscribeStudentExportVo> util = new ExcelUtil<UserSubscribeStudentExportVo>(UserSubscribeStudentExportVo.class);
 //        map.put("excel",util.exportExcel(list, "学员信息表"));
 //        map.remove("list");