Procházet zdrojové kódy

Update AppKeyInfoController.java

stjdydayou před 4 roky
rodič
revize
d184a69291

+ 1 - 1
src/main/java/com/zhiqiyun/open/mvc/controller/AppKeyInfoController.java

@@ -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);