fix: APP版本控制区分APP类型

This commit is contained in:
lele0521
2024-03-21 13:42:58 +08:00
parent a28eceaf61
commit e56c20469d
3 changed files with 12 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ public class AppVersionManagerController {
@ApiImplicitParam(name = "id", value = "主键", required = true, dataType = "String", paramType = "path")
})
public ResultMessage<Object> edit(@Valid AppVersion appVersion, @PathVariable String id) {
if(this.appVersionService.checkAppVersion(appVersion)){
if(this.appVersionService.updateById(appVersion)){
return ResultUtil.success();