|
@ -66,7 +66,7 @@ public class PatientPrescriptionInfoController extends BaseController {
|
|
|
@RequestParam(required = false)@ApiParam(name="size",value="每页记录数")Integer size){
|
|
|
try {
|
|
|
// com.alibaba.fastjson.JSONObject json = prescriptionInfoService.getRecipeMasterList("ec7572875d27446cb4f067b13a85d72a",startDate,endDate,isRenewal,diagnosisCode,page,size);
|
|
|
com.alibaba.fastjson.JSONObject json = prescriptionInfoService.getRecipeMasterList(getRepUID(),"2017-12-01","2018-01-01",isRenewal,diagnosisCode,page,size);
|
|
|
com.alibaba.fastjson.JSONObject json = prescriptionInfoService.getRecipeMasterList(getRepUID(),startDate,endDate,isRenewal,diagnosisCode,page,size);
|
|
|
return write(200, "查询成功!", "data",json);
|
|
|
}catch (Exception e){
|
|
|
error(e);
|