|
@ -94,11 +94,11 @@ public class StatisticalController { |
|
|
@MustLogin |
|
|
@MustLogin |
|
|
@ApiOperation(value = "分项-溶栓患者/机械再通/脑出血", notes = "zy") |
|
|
@ApiOperation(value = "分项-溶栓患者/机械再通/脑出血", notes = "zy") |
|
|
@RequestMapping(value = "/countSpecifyAnswer", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
@RequestMapping(value = "/countSpecifyAnswer", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
public JsonResponse<StatisticalVo.Common> countSpecifyAnswer(@ApiParam @Validated @RequestBody QueryDto<StatisticalDto.CourtStatistics> params) { |
|
|
public JsonResponse<StatisticalVo.Common> countSpecifyAnswer(@ApiParam @Validated @RequestBody QueryDto<StatisticalDto.CountSpecifyAnswer> params) { |
|
|
log.info("分项-溶栓患者/机械再通/脑出血:{}", params); |
|
|
log.info("分项-溶栓患者/机械再通/脑出血:{}", params); |
|
|
// StatisticalVo.Common common = statisticalService.toCourtStatistics(params.getParam(), params.getUserId());
|
|
|
StatisticalVo.Common common = statisticalService.subentrySpecifyAnswer(params.getParam(), params.getUserId()); |
|
|
// log.info("分项-溶栓患者/机械再通/脑出血:{}", );
|
|
|
log.info("分项-溶栓患者/机械再通/脑出血:{}",common); |
|
|
return JsonResponse.newInstance().ok(); |
|
|
return JsonResponse.newInstance().ok(common); |
|
|
} |
|
|
} |
|
|
@MustLogin |
|
|
@MustLogin |
|
|
@ApiOperation(value = "分项-时间窗患者", notes = "分项-时间窗患者") |
|
|
@ApiOperation(value = "分项-时间窗患者", notes = "分项-时间窗患者") |
|
|