|
@@ -74,7 +74,7 @@ public class ExamApplyController extends BaseController {
|
|
/**
|
|
/**
|
|
* 获取考试地点 考培地点
|
|
* 获取考试地点 考培地点
|
|
*/
|
|
*/
|
|
- @ApiOperation("获取考试安排详细信息")
|
|
|
|
|
|
+ @ApiOperation("获取考试地点 考培地点")
|
|
@PreAuthorize("@ss.hasPermi('system:apply:query')")
|
|
@PreAuthorize("@ss.hasPermi('system:apply:query')")
|
|
@GetMapping("/siteInfo")
|
|
@GetMapping("/siteInfo")
|
|
public TableDataInfo<ExamApplySiteVo> getSiteInfo(ExamApplyQueryBo bo) {
|
|
public TableDataInfo<ExamApplySiteVo> getSiteInfo(ExamApplyQueryBo bo) {
|