fix:新增表头同步其他租户

This commit is contained in:
2026-01-15 09:28:34 +08:00
parent 436e3b31b3
commit 5e7800c13f

View File

@@ -329,6 +329,7 @@ public class SimulationSystemConfigServiceImpl extends BaseService implements IS
tenantIdList.forEach(i -> {
if (CollectionUtils.isEmpty(formConfigureService.lambdaQuery().eq(SysFormConfigure::getFormName, configure.formName)
.eq(SysFormConfigure::getTenantId, i).list())) {
sysFormConfigure.setId(null);
sysFormConfigure.setTenantId(tenantId);
formConfigureService.save(sysFormConfigure);
}