feat(REQ-3004) - 代运营处理租户的问题
This commit is contained in:
parent
55e6b86eea
commit
bb0fb418b3
@ -55,8 +55,6 @@ public class ExtAxBpmnFormRelationServiceImpl implements ExtAxBpmnFormRelationSe
|
||||
LambdaQueryWrapper<ExtAxBpmnFormRelation> queryWrapper = new LambdaQueryWrapper<>();
|
||||
if (StringUtils.hasText(dto.getTenantId())) {
|
||||
queryWrapper.eq(ExtAxBpmnFormRelation::getTenantId, dto.getTenantId()).or().eq(ExtAxBpmnFormRelation::getTenantId, NO_TENANT_ID);
|
||||
} else {
|
||||
queryWrapper.eq(ExtAxBpmnFormRelation::getTenantId, NO_TENANT_ID);
|
||||
}
|
||||
|
||||
return bpmnFormRelationMapper.selectList(queryWrapper);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user