|
@ -84,7 +84,7 @@ public class PrescriptionLogController extends BaseController {
|
|
|
// 40配药成功/待配送 41配送失败 42配送中 43配送到服务站 100配送到患者手中/已完成)
|
|
|
Integer[] status = new Integer[]{
|
|
|
PrescriptionLog.PrescriptionLogStatus.reviewed_success.getValue(),
|
|
|
PrescriptionLog.PrescriptionLogStatus.adding.getValue(),
|
|
|
// PrescriptionLog.PrescriptionLogStatus.adding.getValue(), //暂无此状态
|
|
|
PrescriptionLog.PrescriptionLogStatus.pay_success.getValue(),
|
|
|
PrescriptionLog.PrescriptionLogStatus.wait_expressage.getValue(),
|
|
|
PrescriptionLog.PrescriptionLogStatus.expressageing.getValue(),
|