|
|
@ -105,7 +105,7 @@ public class TdExamnumController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/examList")
|
|
|
|
@GetMapping("/examList")
|
|
|
|
public String examnum(ModelMap mmap) {
|
|
|
|
public String examList(ModelMap mmap) {
|
|
|
|
return prefix + "/examList";
|
|
|
|
return prefix + "/examList";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|