教学大纲,导出选中数据,有勾选导出勾选条目,无勾选导出所有
This commit is contained in:
+3
-2
@@ -119,7 +119,8 @@ public class ZYJXJHBController {
|
||||
public void exportData(
|
||||
HttpServletResponse response,
|
||||
@RequestParam(required = false) String zydh,
|
||||
@RequestParam(required = false) Integer ty) throws Exception {
|
||||
zyjxjhbService.exportZYJXJHBExcel(response, zydh, ty);
|
||||
@RequestParam(required = false) Integer ty,
|
||||
@RequestParam(required = false) List<String> bhList) throws Exception {
|
||||
zyjxjhbService.exportZYJXJHBExcel(response, zydh, ty, bhList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user