兴安优化定时任务出门证失效
This commit is contained in:
@@ -69,5 +69,6 @@ public interface RemoteStudentService
|
||||
@PostMapping(value = "/sysPeople/batchDown")
|
||||
void batchDown(String inner);
|
||||
|
||||
|
||||
@PostMapping(value = "/stuff/expireVisCarryStuff")
|
||||
void expireVisCarryStuff();
|
||||
}
|
||||
|
||||
@@ -88,6 +88,11 @@ public class RemoteStudentFallbackFactory implements FallbackFactory<RemoteStude
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void expireVisCarryStuff() {
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user