Browse Source

账号管理

Signed-off-by: 原志强 <zhiqiang.yuan@cloudcross.com>
原志强 9 years ago
parent
commit
637a6a2b78

+ 1 - 1
src/main/java/com/cloudcross/ssp/web/back/main/AuthorityController.java

@@ -107,7 +107,7 @@ public class AuthorityController extends SimpleController{
 			Account account = getLoginUser();
 			Account account = getLoginUser();
 			t.setSysType(account.getSysType());
 			t.setSysType(account.getSysType());
 			t.setPassword(Md5Tool.getMd5(password));
 			t.setPassword(Md5Tool.getMd5(password));
-			t.setDescription("java2015....");
+			t.setDescription(account.getDescription());
 
 
 			accountService.addAccount(t);
 			accountService.addAccount(t);