消防资源基础代码

main
shenzhidan 2026-01-22 09:46:33 +08:00
parent d2cbcdf4c3
commit 348c180b58
1 changed files with 0 additions and 6 deletions

View File

@ -44,12 +44,6 @@ public class RescueTeamE extends BaseE {
if (StrUtil.isBlank(this.teamId)) {
this.teamId = IdUtil.simpleUUID();
}
if (CollectionUtil.isNotEmpty(this.rescueMembers)) {
for (ResourcePersonE member : this.rescueMembers) {
member.set(this.teamId);
member.addInit();
}
}
}
}