|
@ -211,7 +211,7 @@ public class PrescriptionInfoController extends BaseController{
|
|
|
@RequestParam(required = false) @ApiParam(value = "页数", name = "page")Integer page,
|
|
|
@RequestParam(required = false) @ApiParam(value = "每页大小", name = "size")Integer size){
|
|
|
try {
|
|
|
return write(200, "操作成功!", "data",prescriptionInfoService.getHDoctorPrescriptionExpressage(teamCode,type,getUID(),nameKey,startDate,endDate,hospital,state,page,size));
|
|
|
return write(200, "操作成功!", "data",prescriptionInfoService.getHDoctorPrescriptionExpressage(teamCode,type,"915ccc97-5b1d-11e6-8344-fa163e8aee56",nameKey,startDate,endDate,hospital,state,page,size));
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|
|
|
return error(-1, "查询失败!");
|