|
@ -1258,7 +1258,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
for (int i = 0; i < res.size(); i++) {
|
|
|
JSONObject card = res.getJSONObject(i);
|
|
|
String cardStat = card.getString("CARD_STAT");
|
|
|
if ("激活".equals(cardStat)) {
|
|
|
String name = card.getString("name");
|
|
|
if ("激活".equals(cardStat)&&name.equalsIgnoreCase(patientDO.getName())) {
|
|
|
rs.add(card);
|
|
|
}
|
|
|
}
|