|
@@ -218,7 +218,7 @@ public class BusPumpController{
|
|
|
}
|
|
}
|
|
|
@ApiOperation("获取注液信息和病人信息")
|
|
@ApiOperation("获取注液信息和病人信息")
|
|
|
@PostMapping("/getPumpInfoNew")
|
|
@PostMapping("/getPumpInfoNew")
|
|
|
- public CommonResult getPumpInfoNew(PumpNewParam pumpParam) throws Exception{
|
|
|
|
|
|
|
+ public CommonResult getPumpInfoNew(@RequestBody PumpNewParam pumpParam) throws Exception{
|
|
|
try{
|
|
try{
|
|
|
QueryWrapper<BusPatientEntity> pie = new QueryWrapper<BusPatientEntity>();
|
|
QueryWrapper<BusPatientEntity> pie = new QueryWrapper<BusPatientEntity>();
|
|
|
if(StrUtil.isNotBlank(pumpParam.getPatientId())){
|
|
if(StrUtil.isNotBlank(pumpParam.getPatientId())){
|