|
|
@@ -167,7 +167,7 @@ public class WeatherController {
|
|
|
@PostMapping(value = "/downloadWeatherExcel")
|
|
|
@ApiOperationSupport(order = 13)
|
|
|
@ApiOperation(value = "客户端-下载天气台账excel模板")
|
|
|
- public ResponseEntity<Resource> downloadNeiYe(
|
|
|
+ public ResponseEntity<Resource> downloadWeatherExcel(
|
|
|
@RequestParam String contractId,
|
|
|
@RequestParam String startTime,
|
|
|
@RequestParam String endTime,
|