Sfoglia il codice sorgente

处方记录-我的续方,查看续方详情提示“加载失败”

liuwenbin 7 anni fa
parent
commit
9664f68822

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

@ -130,7 +130,7 @@ public class PatientPrescriptionInfoController extends BaseController {
    public String isAuthentication(@RequestParam(required = true,value="doctorCode")@ApiParam(required = true,name="doctorCode",value="医生的code")String doctorCode){
        try {
            //0de6a26a62dd11e69faffa163e8aee56
            JSONObject data = doctorInfoService.isAuthentication(getRepUID());
            JSONObject data = doctorInfoService.isAuthentication(doctorCode);
            return write(200, "获取信息成功!", "data", data);
        }catch (Exception e) {
            error(e);