Commit 9409060d authored by 赵啸非's avatar 赵啸非

取消文件名长度限制

parent ff88aadd
...@@ -335,6 +335,11 @@ public class UserEntity extends UserEntityExt implements IUser { ...@@ -335,6 +335,11 @@ public class UserEntity extends UserEntityExt implements IUser {
return this.siteIds; return this.siteIds;
} }
@Override
public String getAreaCodes() {
return null;
}
public void setSiteIds(String siteIds) { public void setSiteIds(String siteIds) {
this.siteIds = siteIds; this.siteIds = siteIds;
} }
......
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