学生采集信息导出

This commit is contained in:
2025-08-27 10:25:34 +08:00
parent 44dd6a493a
commit d56a506337

View File

@@ -71,7 +71,7 @@ public class CjStudentController extends BaseController
*/ */
@Log(title = "采集学生信息", businessType = BusinessType.EXPORT) @Log(title = "采集学生信息", businessType = BusinessType.EXPORT)
@PostMapping("/export") @PostMapping("/export")
public void export(HttpServletResponse response, CjStudent cjStudent) public void export(HttpServletResponse response, @RequestBody CjStudent cjStudent)
{ {
Long deptId = SecurityUtils.getLoginUser().getDeptId(); Long deptId = SecurityUtils.getLoginUser().getDeptId();
if (deptId.intValue() != 100){ if (deptId.intValue() != 100){