Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-12-13 13:34:11 +08:00
commit 1918365fc4
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public class TDemandDataController {
tDemandDataService.save(dto); tDemandDataService.save(dto);
return new Result(); return new Result().ok("保存成功");
} }
@PutMapping @PutMapping
@ -108,7 +108,7 @@ public class TDemandDataController {
tDemandDataService.update(dto); tDemandDataService.update(dto);
return new Result(); return new Result().ok("修改成功");
} }
@DeleteMapping @DeleteMapping