|
|
@@ -222,9 +222,9 @@ public class BusPatientController implements BaseQueryController<BusPatientEnti
|
|
|
log.info("病人报警数量统计,【{}】",alarmEnum);
|
|
|
switch (alarmEnum){
|
|
|
case DEVICE_REPEAT:
|
|
|
- return this.noneCount();
|
|
|
- case NONE:
|
|
|
return this.repeatCount();
|
|
|
+ case NONE:
|
|
|
+ return this.noneCount();
|
|
|
default:return R.success(0);
|
|
|
|
|
|
}
|