|
|
@@ -340,7 +340,7 @@ public class BusPatientController implements BaseQueryController<BusPatientEnti
|
|
|
@ApiOperation(value = "无泵数量",notes = "权限标识为【bus:patient:query】")
|
|
|
@PostMapping("/_count/none")
|
|
|
public R<Integer> noneCount(){
|
|
|
- return R.success(CollUtil.size(patientService.repeatDevice()));
|
|
|
+ return R.success(CollUtil.size(patientService.noneDevice()));
|
|
|
}
|
|
|
/**
|
|
|
* 描述:
|