|
@@ -50,9 +50,9 @@ public class CostNumberBedSetController {
|
|
|
/**
|
|
|
* 信息
|
|
|
*/
|
|
|
- @GetMapping("/info/{id}")
|
|
|
+ @GetMapping("/info")
|
|
|
@ApiOperation("根据Id获取诊次/床日成本设置")
|
|
|
- public Result info(@PathVariable("id") Long id){
|
|
|
+ public Result info( Long id){
|
|
|
CostNumberBedSetVO costNumberBedSetVO = costNumberBedSetService.getByNumberBedId(id);
|
|
|
return Result.ok(costNumberBedSetVO);
|
|
|
}
|