Jelajahi Sumber

修改状态

chenweida 7 tahun lalu
induk
melakukan
fca9388b12

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/prescription/PrescriptionCodeController.java

@ -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) {