Commit 55fdcd24 authored by tianyiming's avatar tianyiming

气瓶运营监管分析列表数据创建

parent 5e7d3927
......@@ -44,4 +44,14 @@ public class EnterpriseStatisticController extends BaseController {
Page<CylinderTableDto> cylinderTableDtoPage = cylinderDateInfoService.selectTodayDatePage(pageNumber, pageSize, regionName, unitName);
return ResponseHelper.buildResponse(cylinderTableDtoPage);
}
@TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false)
@ApiOperation(value = "创建表格数据")
@GetMapping(value = "/createTableInfoPage")
public ResponseModel createTableInfoPage() {
cylinderDateInfoService.fixedDelayJob();
return ResponseHelper.buildResponse(null);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment