消防资源基础代码
parent
d2cbcdf4c3
commit
348c180b58
|
|
@ -44,12 +44,6 @@ public class RescueTeamE extends BaseE {
|
||||||
if (StrUtil.isBlank(this.teamId)) {
|
if (StrUtil.isBlank(this.teamId)) {
|
||||||
this.teamId = IdUtil.simpleUUID();
|
this.teamId = IdUtil.simpleUUID();
|
||||||
}
|
}
|
||||||
if (CollectionUtil.isNotEmpty(this.rescueMembers)) {
|
|
||||||
for (ResourcePersonE member : this.rescueMembers) {
|
|
||||||
member.set(this.teamId);
|
|
||||||
member.addInit();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue