|
@@ -143,6 +143,8 @@ public class AuthorityController extends SimpleController{
|
|
if (account.getOperatorId()!=0) {
|
|
if (account.getOperatorId()!=0) {
|
|
//创建小账号的时候operatorId标签要嵌入
|
|
//创建小账号的时候operatorId标签要嵌入
|
|
t.setOperatorId(account.getOperatorId());
|
|
t.setOperatorId(account.getOperatorId());
|
|
|
|
+ }else {
|
|
|
|
+ t.setOperatorId(new Long(0));
|
|
}
|
|
}
|
|
t.setSysType(account.getSysType());
|
|
t.setSysType(account.getSysType());
|
|
t.setPassword(Md5Tool.getMd5(password));
|
|
t.setPassword(Md5Tool.getMd5(password));
|