Merge branch 'master' into docker_package
This commit is contained in:
commit
a080184d70
|
@ -1867,6 +1867,10 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
|
|||
if (abilityApplicationDTO != null && org.apache.commons.lang3.StringUtils.isNotEmpty(abilityApplicationDTO.getSystem()) && org.apache.commons.lang3.StringUtils.isEmpty(his.getName())) {
|
||||
resourceIds.add(Long.parseLong(abilityApplicationDTO.getResourceId()));
|
||||
} else {
|
||||
// TODO 有问题
|
||||
if (his.getBusinessKey().startsWith("[") && his.getBusinessKey().endsWith("]")) {
|
||||
continue;
|
||||
}
|
||||
TAbilityApplicationDTO abilityApplicationDTO1 = tAbilityApplicationService.getByBusinessKey(his.getBusinessKey());
|
||||
if (abilityApplicationDTO1 != null) {
|
||||
resourceIds.add(Long.parseLong(abilityApplicationDTO1.getResourceId()));
|
||||
|
|
Loading…
Reference in New Issue