|
@ -4391,6 +4391,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
for (Map<String,Object> map:list){
|
|
for (Map<String,Object> map:list){
|
|
if (!map.get("id").toString().equalsIgnoreCase(outpatientId)){
|
|
if (!map.get("id").toString().equalsIgnoreCase(outpatientId)){
|
|
waitCount+=1;
|
|
waitCount+=1;
|
|
|
|
}else{
|
|
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return waitCount.toString();
|
|
return waitCount.toString();
|