Browse Source

学车短视频查询接口

小么熊🐻 3 năm trước cách đây
mục cha
commit
d39cb9a8ee

+ 0 - 12
zzjs-admin/src/main/java/com/miaxis/pc/controller/teachingDsp/TeachingDspInfoController.java

@@ -52,18 +52,6 @@ public class TeachingDspInfoController extends BaseController{
         return toResponsePageInfo(list);
     }
 
-    /**
-     * 导出学车短视频列表
-     */
-    @PreAuthorize("@ss.hasPermi('teachingDsp:dsp:export')")
-    @Log(title = "学车短视频", businessType = BusinessTypeEnum.EXPORT)
-    @GetMapping("/export")
-    @ApiOperation("导出学车短视频列表Excel")
-    public Response<String> export(@ModelAttribute TeachingDspInfo teachingDspInfo){
-        List<TeachingDspInfo> list = teachingDspInfoService.selectTeachingDspInfoList(teachingDspInfo);
-        ExcelUtil<TeachingDspInfo> util = new ExcelUtil<TeachingDspInfo>(TeachingDspInfo.class);
-        return util.exportExcel(list, "dsp");
-    }
 
     /**
      * 获取学车短视频详细信息