|
|
|
@ -164,8 +164,6 @@ public class TeacherYdController extends Controller {
|
|
|
|
|
@Before({GET.class})
|
|
|
|
|
@IsLoginInterface({})
|
|
|
|
|
@IsSysAdminInterface({"1", "2", "3", "4"})
|
|
|
|
|
|
|
|
|
|
@EmptyInterface({"bureau_id"})
|
|
|
|
|
@IsNumericInterface({"page", "limit"})
|
|
|
|
|
public void getTeacherTransferApplyList(int page, int limit, String person_name) {
|
|
|
|
|
if (person_name == null) {
|
|
|
|
@ -222,7 +220,6 @@ public class TeacherYdController extends Controller {
|
|
|
|
|
@IsLoginInterface({})
|
|
|
|
|
@IsSysAdminInterface({"1", "2", "3", "4"})
|
|
|
|
|
|
|
|
|
|
@EmptyInterface({"bureau_id"})
|
|
|
|
|
@IsNumericInterface({"page", "limit"})
|
|
|
|
|
public void getTeacherTransferEchoList(int page, int limit, String person_name) {
|
|
|
|
|
if (person_name == null) {
|
|
|
|
|