|
|
@@ -216,7 +216,7 @@ public class BusPumpController{
|
|
|
return CommonResult.failed();
|
|
|
}
|
|
|
}
|
|
|
- @ApiOperation("获取注液信息和病人信息")
|
|
|
+ @ApiOperation("获取泵列表(改造版)")
|
|
|
@PostMapping("/getPumpInfoListNew")
|
|
|
public CommonResult getPumpInfoListNew(@RequestBody PumpNewParam pumpParam) throws Exception{
|
|
|
try{
|