|
@ -94,7 +94,7 @@ public class PrescriptionCodeController extends BaseController{
|
|
|
try {
|
|
|
Integer status = prescriptionExpressageService.expressage(code, getUID());
|
|
|
if (status == -1) {
|
|
|
return error(-1, "编码不存在");
|
|
|
return error(-1, "取药码错误");
|
|
|
}
|
|
|
return write(200, "配送成功");
|
|
|
} catch (Exception e) {
|