Преглед изворни кода

update 删除重复报警和提醒

A17404李放 пре 3 година
родитељ
комит
8de2ed0c93

+ 1 - 1
nb-system/src/main/java/com/nb/bus/controller/BusPatientController.java

@@ -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()));
     }
     /**
      * 描述: