|
@ -1,5 +1,6 @@
|
|
|
package com.yihu.wlyy.web.patient.prescription;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.yihu.wlyy.aop.ObserverRequired;
|
|
|
import com.yihu.wlyy.entity.patient.prescription.Prescription;
|
|
|
import com.yihu.wlyy.entity.patient.prescription.PrescriptionExpressage;
|
|
@ -13,7 +14,6 @@ import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.apache.axis.encoding.Base64;
|
|
|
import org.json.JSONArray;
|
|
|
import org.json.JSONObject;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.http.MediaType;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
@ -227,7 +227,7 @@ public class PatientPrescriptionController extends WeixinBaseController {
|
|
|
public String prescriptionFollow(
|
|
|
@RequestParam(required = true) @ApiParam(value = "处方code", name = "prescriptionCode") String prescriptionCode) {
|
|
|
try {
|
|
|
net.sf.json.JSONObject jo = new net.sf.json.JSONObject();
|
|
|
JSONObject jo = new JSONObject();
|
|
|
//获取处方信息
|
|
|
Prescription prescription = prescriptionService.findByCode(prescriptionCode);
|
|
|
//获取处方药品信息
|