|
@ -149,7 +149,7 @@ public class PatientPrescriptionController extends BaseController {
|
|
|
*/
|
|
|
@RequestMapping(value = "/prescriptionFollow", method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "获取处方订单详情")
|
|
|
public String addReply(
|
|
|
public String prescriptionFollow(
|
|
|
@RequestParam(required = true) @ApiParam(value = "处方code", name = "prescriptionCode") String prescriptionCode) {
|
|
|
try {
|
|
|
JSONObject jo = new JSONObject();
|
|
@ -170,4 +170,5 @@ public class PatientPrescriptionController extends BaseController {
|
|
|
return error(-1, "获取失败");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|