田源
2024-03-19 33d8416c5a16fee7464df9774678bc60e47ff956
Source/UBCS/ubcs-service/ubcs-deploy/src/main/java/com/vci/ubcs/deploy/controller/DeployAppsController.java
@@ -96,7 +96,7 @@
      if(Func.isBlank(serverName)){
         return R.fail("Mandatory parameter service name not found!");
      }
      return deployAppsService.importClassify(files,serverName);
      return deployAppsService.importJarUpdate(files,serverName);
   }
   /**