|
|
@@ -123,7 +123,7 @@ public class AppKeyInfoController {
|
|
|
appKeyInfo.setCreatedTime(DateUtil.current());
|
|
|
appKeyInfo.setIsEnable(YN.Y);
|
|
|
appKeyInfo.getPermissions().removeIf(permission -> !listAllServices.contains(permission));
|
|
|
-
|
|
|
+
|
|
|
this.appKeyInfoService.save(appKeyInfo);
|
|
|
|
|
|
return Result.instance(Result.Code.MESSAGE_SUCCESS);
|