|
@ -388,6 +388,12 @@ public class MedicineOrderService extends BaseJpaService<Mediicineorder, Mediici
|
|
|
if ("1".equals(stringObjectMap.get("sellState").toString())) {
|
|
|
stringObjectMap.put("sellStateName", "已取药");
|
|
|
}
|
|
|
if ("-1".equals(stringObjectMap.get("sellState").toString())) {
|
|
|
stringObjectMap.put("sellStateName", "药房已取药");
|
|
|
}
|
|
|
if ("-2".equals(stringObjectMap.get("sellState").toString())) {
|
|
|
stringObjectMap.put("sellStateName", "药房已作废");
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|