Commit 8e73aed15ff14cc914c88ea8fd92ba1376d4dbc1

Authored by liquanyu
1 parent 2534887151

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/session/SessionProvider.java View file @ 8e73aed
... ... @@ -108,6 +108,7 @@
108 108  
109 109 if (!checkLicence())
110 110 {
  111 + System.out.println("licence过期");
111 112 return null;
112 113 }
113 114