修改bug
This commit is contained in:
@ -79,8 +79,9 @@ public class ENSOImpactController {
|
||||
@ApiOperation(value = "四类ENSO事件空间分布统计", httpMethod = "GET")
|
||||
public AjaxResult ensoEventRate(@RequestParam(value = "type") String type,
|
||||
@RequestParam(value = "zone") String zone,
|
||||
@RequestParam(value = "year") String year) {
|
||||
ENSOEventRateEntity ensoEventRateEntity = ensoImpactService.ensoEventRate(type, zone, year);
|
||||
@RequestParam(value = "year") String year,
|
||||
@RequestParam(value = "dq",required = false) String dq) {
|
||||
ENSOEventRateEntity ensoEventRateEntity = ensoImpactService.ensoEventRate(type, zone, year,dq);
|
||||
return AjaxResult.success(ensoEventRateEntity);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user