|
@ -256,13 +256,13 @@ public class PrescriptionInfoController extends BaseController{
|
|
@RequestParam(required = false) @ApiParam(value = "机构", name = "hospital")String hospital,
|
|
@RequestParam(required = false) @ApiParam(value = "机构", name = "hospital")String hospital,
|
|
@RequestParam(required = false) @ApiParam(value = "配送状态", name = "state")String state,
|
|
@RequestParam(required = false) @ApiParam(value = "配送状态", name = "state")String state,
|
|
@RequestParam(required = false) @ApiParam(value = "配送方式:1 自取 2快递配送 3健管师配送", name = "dispensaryType")String dispensaryType,
|
|
@RequestParam(required = false) @ApiParam(value = "配送方式:1 自取 2快递配送 3健管师配送", name = "dispensaryType")String dispensaryType,
|
|
@RequestParam(required = false) @ApiParam(value = "传1为未分配健管师", name = "AllocationType")String AllocationType,
|
|
|
|
|
|
@RequestParam(required = false) @ApiParam(value = "传1为未分配健管师", name = "AllocationType")String allocationType,
|
|
@RequestParam(required = false) @ApiParam(value = "起始页", name = "page")Integer page,
|
|
@RequestParam(required = false) @ApiParam(value = "起始页", name = "page")Integer page,
|
|
@RequestParam(required = false) @ApiParam(value = "每页大小", name = "size")Integer size){
|
|
@RequestParam(required = false) @ApiParam(value = "每页大小", name = "size")Integer size){
|
|
try {
|
|
try {
|
|
return write(200, "操作成功!", "data",
|
|
return write(200, "操作成功!", "data",
|
|
prescriptionInfoService.
|
|
prescriptionInfoService.
|
|
getDoctorPrescriptionExpressage(teamCode, nameKey, startDate, endDate, hospital, state, dispensaryType,AllocationType, page, size));
|
|
|
|
|
|
getDoctorPrescriptionExpressage(teamCode, nameKey, startDate, endDate, hospital, state, dispensaryType,allocationType, page, size));
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
error(e);
|
|
error(e);
|
|
return error(-1, "查询失败!");
|
|
return error(-1, "查询失败!");
|