学员查看成绩没有操作权限的问题修复
This commit is contained in:
+10
@@ -4,6 +4,7 @@ import com.roomroot.jwgl.entity.XYXX;
|
||||
import com.roomroot.jwgl.entity.XYDNDXQJBXXB;
|
||||
import com.roomroot.jwgl.entity.XYDB;
|
||||
import com.roomroot.jwgl.entity.XYDQB;
|
||||
import com.roomroot.jwgl.entity.KB;
|
||||
import com.roomroot.jwgl.entity.PXRW;
|
||||
import com.roomroot.jwgl.entity.XYXJYDSQB;
|
||||
import com.roomroot.jwgl.entity.XYXJYJJGB;
|
||||
@@ -103,6 +104,15 @@ public class StudentRecordsController {
|
||||
return Result.success(studentRecordsService.listPeriodOptions());
|
||||
}
|
||||
|
||||
/**
|
||||
* 课程科目下拉选项(课编号+课名称),供学员成绩查询等页面使用。
|
||||
* 与 /jys/kb/list 不同,本接口不带教研室权限要求。
|
||||
*/
|
||||
@GetMapping("/kb-options")
|
||||
public Result<List<KB>> kbOptions() {
|
||||
return Result.success(studentRecordsService.listKbOptions());
|
||||
}
|
||||
|
||||
// ======================== 学员信息批量导入 ========================
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user