Merge branch 'master' into docker_package
This commit is contained in:
commit
1918365fc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue