|
@ -122,11 +122,11 @@ public class PatientPrescriptionController extends WeixinBaseController {
|
|
|
|
|
|
/**
|
|
|
* 居民端获取取药码
|
|
|
* @param dispensaryCode
|
|
|
* @param prescriptionCode
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping(value = "/dispensaryCode/getPatientQrcode", method = RequestMethod.GET)
|
|
|
public String getPatientQrcode(@RequestParam(value = "dispensaryCode",required = true) String dispensaryCode) {
|
|
|
public String getPatientQrcode(@RequestParam(value = "dispensaryCode",required = true) String prescriptionCode) {
|
|
|
|
|
|
try{
|
|
|
Map<String, Object> map = prescriptionDispensaryCodeService.getQrcode(prescriptionCode,getRepUID(),1);
|