Merge branch 'dev'

This commit is contained in:
wangliwen 2022-12-13 13:33:58 +08:00
commit 151d61d04a
1 changed files with 2 additions and 2 deletions

View File

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