feat(REQ-2699):元素表增加路由扩展数据字段
This commit is contained in:
parent
3aa0886f8d
commit
41ab01c8c2
@ -239,7 +239,7 @@ public class SaasFeatureResourceServiceImpl extends ServiceImpl<SaasFeatureResou
|
||||
.operatorId(req.getOperatorId())
|
||||
.terminal(req.getTerminal())
|
||||
.featureResourceUniCode(req.getUniCode())
|
||||
.relationType(FeatureResourceType.PAGE.getCode().equals(req.getFeatureType()) ? PageElementFeatureResourceRelationTypeEnum.PAGE_ROUTE.getValue() : PageElementFeatureResourceRelationTypeEnum.DEFAULT.getValue())
|
||||
.relationType(FeatureResourceType.PAGE.getCode().equals(req.getFeatureType()) || FeatureResourceType.APP_ENTRY.getCode().equals(req.getFeatureType()) ? PageElementFeatureResourceRelationTypeEnum.PAGE_ROUTE.getValue() : PageElementFeatureResourceRelationTypeEnum.DEFAULT.getValue())
|
||||
.pageElementCodes(req.getPageElementCodes())
|
||||
.build();
|
||||
saasPageElementService.modifyPageElementRelation(modifyPageElementRelation);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user