Source/UBCS/ubcs-service/ubcs-deploy/src/main/java/com/vci/ubcs/deploy/controller/DeployAppsController.java
@@ -70,7 +70,7 @@ */ @PostMapping("/saveOrUpdateServiceInfo") public R saveOrUpdateDefault(@RequestBody DeployAppsVO deployAppsVO) throws ServiceException { return R.status(deployAppsService.saveOrUpdateServiceInfo(deployAppsVO)); return deployAppsService.saveOrUpdateServiceInfo(deployAppsVO); } /**