Ver código fonte

预警规则

master
pai
commit
a7e65b7548
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      pmapi/src/main/java/com/ningdatech/pmapi/sys/controller/EarlyWarningController.java

+ 3
- 3
pmapi/src/main/java/com/ningdatech/pmapi/sys/controller/EarlyWarningController.java Ver arquivo

@@ -28,9 +28,9 @@ public class EarlyWarningController {
private final IEarlyWarningService earlyWarningService;

@ApiOperation(value = "预警规则获取", notes = "预警规则获取")
@GetMapping("/detail/{regionCode}")
public WflowEarlyWarningVO detail(@PathVariable String regionCode) {
return earlyWarningService.detailByRegion(regionCode);
@GetMapping("/detail/{areaCode}")
public WflowEarlyWarningVO detail(@PathVariable String areaCode) {
return earlyWarningService.detailByRegion(areaCode);
}

@ApiOperation(value = "预警规则保存", notes = "预警规则保存")


Carregando…
Cancelar
Salvar