Commit 5260124d authored by hanfeng's avatar hanfeng

Merge branch 'base-modify' of http://10.5.52.3/youjj/cloud-platform into base-modify

parents dae43c38 69b288d7
...@@ -57,7 +57,11 @@ public class UserBiz { ...@@ -57,7 +57,11 @@ public class UserBiz {
params.put("password",mgt.getPassword()); params.put("password",mgt.getPassword());
result = this.login(params); result = this.login(params);
} }
}else{
json.put("password",map.get("password").toString());
result = json.toJSONString();
} }
baseResponse.setStatus(200); baseResponse.setStatus(200);
baseResponse.setMessage(result); baseResponse.setMessage(result);
return baseResponse; return baseResponse;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment