|
@@ -112,11 +112,6 @@ public class TraceController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@ApiOperation(value = "轨迹下载")
|
|
@ApiOperation(value = "轨迹下载")
|
|
- @ApiImplicitParams(value = {
|
|
|
|
- @ApiImplicitParam(paramType = "query", name = "district", value = "所属区域"),
|
|
|
|
- @ApiImplicitParam(paramType = "query", name = "subdistrict", value = "所属街道"),
|
|
|
|
- @ApiImplicitParam(paramType = "query", name = "name", value = "小区名称")
|
|
|
|
- })
|
|
|
|
@PostMapping({"/exportToExcel"})
|
|
@PostMapping({"/exportToExcel"})
|
|
@LogAnnotation(
|
|
@LogAnnotation(
|
|
type = OperateType.EXPORT,
|
|
type = OperateType.EXPORT,
|