|
@ -845,8 +845,8 @@ public class EsStatisticsEndpoint extends EnvelopRestEndpoint {
|
|
@GetMapping(value = BaseHospitalRequestMapping.Statistics.appIndexHead)
|
|
@GetMapping(value = BaseHospitalRequestMapping.Statistics.appIndexHead)
|
|
@ApiOperation(value = "app首页头部收入统计")
|
|
@ApiOperation(value = "app首页头部收入统计")
|
|
public ObjEnvelop appIndexHead(
|
|
public ObjEnvelop appIndexHead(
|
|
@RequestParam(required = true) String startDate,
|
|
|
|
@RequestParam(required = true) String endDate,
|
|
|
|
|
|
@RequestParam(required = false) String startDate,
|
|
|
|
@RequestParam(required = false) String endDate,
|
|
@RequestParam(required = true) String area,
|
|
@RequestParam(required = true) String area,
|
|
@RequestParam(required = true) int level,
|
|
@RequestParam(required = true) int level,
|
|
@RequestParam(required = true) String index) {
|
|
@RequestParam(required = true) String index) {
|