学生采集信息导出
This commit is contained in:
@@ -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){
|
||||||
|
Reference in New Issue
Block a user