fix:新增表头同步其他租户
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user