add - 产品与权限点查询接口新增字典 code 的查询条件
This commit is contained in:
parent
0ad3ae6483
commit
045c1f8db6
@ -32,6 +32,11 @@ public class ProductFeatureRelationUpdateReq {
|
||||
@NotNull(message = "字典 ouType ID 不能为空")
|
||||
private Long dictCodeId;
|
||||
|
||||
/**
|
||||
* 字典的 code
|
||||
*/
|
||||
private String dictCode;
|
||||
|
||||
/**
|
||||
* 权限点 ID
|
||||
*/
|
||||
|
||||
@ -56,6 +56,7 @@ public class ProductFeatureRelationServiceImpl implements ProductFeatureRelation
|
||||
SaasProductModuleFeatureRelation relation = new SaasProductModuleFeatureRelation();
|
||||
relation.setProductModuleId(i.getProductModuleId());
|
||||
relation.setDictCodeId(i.getDictCodeId());
|
||||
relation.setDictCode(i.getDictCode());
|
||||
relation.setFeatureId(featureId);
|
||||
saveList.add(relation);
|
||||
}));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user