Commit 83685918 by guojuxing

应用策略编辑接口修改

parent d125aa69
......@@ -620,6 +620,7 @@ public class UnionEnterpriseAuthController {
UnionAppResourceListVO vo = new UnionAppResourceListVO();
vo.setUnionEnterpriseAuthAppId(temp.getUnionEnterpriseAuthAppId());
vo.setStrategyName(temp.getStrategyName());
vo.setAppAuthStatus(temp.getAppAuthStatus());
//应用数据
List<UnionAppVO> appList = new ArrayList<>();
String appIdTemp = temp.getAppId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment