Merge branch 'dev'
This commit is contained in:
commit
151d61d04a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue