提交 2362139d authored 作者: 1239068511@qq.com's avatar 1239068511@qq.com

[代码更新] 加了一点东西

上级 30e7a72d
...@@ -36,6 +36,7 @@ public class Organization { ...@@ -36,6 +36,7 @@ public class Organization {
private String pname; private String pname;
@ApiModelProperty(value = "组织介绍") @ApiModelProperty(value = "组织介绍")
@Lob
private String description; private String description;
@ApiModelProperty(value = "排序号") @ApiModelProperty(value = "排序号")
......
...@@ -51,7 +51,7 @@ public class CenterUserServiceImpl implements CenterUserService { ...@@ -51,7 +51,7 @@ public class CenterUserServiceImpl implements CenterUserService {
//遍历organizationListByCode 将他拼接成string 例如:organization_code //遍历organizationListByCode 将他拼接成string 例如:organization_code
if (organizationListByCode!=null&&organizationListByCode.size()>0){ if (organizationListByCode!=null&&organizationListByCode.size()>0){
for (Organization organization : organizationListByCode) { for (Organization organization : organizationListByCode) {
groupStringListBuffer.add(RoleTypeEnum.ORGANIZATION.name()+"_"+organization.getCode()); groupStringListBuffer.add(RoleTypeEnum.ORGANIZATION.name()+"_"+organization.getId());
} }
} }
} }
......
...@@ -24,7 +24,7 @@ spring: ...@@ -24,7 +24,7 @@ spring:
ddl-auto: update ddl-auto: update
database-platform: org.hibernate.dialect.MySQL8Dialect database-platform: org.hibernate.dialect.MySQL8Dialect
sync: sync:
ip: 192.168.102.248 ip: 192.168.100.248
port: 8880 port: 8880
server: server:
port: 13765 port: 13765
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论