自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-30 7b65c778cc7b26b1ae42041f60b2bc5a44b33482
src/main/java/com/zy/common/web/AuthController.java
@@ -66,7 +66,7 @@
        if (user.getStatus()!=1){
            return R.parse(CodeRes.USER_10002);
        }
        if (!Cools.md5(user.getPassword()).equals(password)){
        if (!user.getPassword().equals(password)){
            return R.parse(CodeRes.USER_10003);
        }
        String token = Cools.enToken(System.currentTimeMillis() + mobile, user.getPassword());