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); } /**