caozixuan пре 1 година
родитељ
комит
2d0a1daa96

+ 0 - 4
src/main/java/cn/com/qmth/print/manage/controller/BaseController.java

@@ -139,8 +139,4 @@ public class BaseController {
         String userId = identity.substring(PmConstants.USER_SESSION_KEY_PREFIX.length());
         return Long.parseLong(userId);
     }
-
-    protected void say(){
-
-    }
 }