| | |
| | | @ApiOperation("【阜宁运维】定时处理合同账单编码") |
| | | @GetMapping("/timer/yw/ywDealContractBillCodeTimer") |
| | | ApiResponse ywDealContractBillCodeTimer(); |
| | | @ApiOperation("【阜宁运维】定时查询智慧电表设备状态") |
| | | @GetMapping("/timer/yw/getElectricalStatus") |
| | | ApiResponse getElectricalStatus(); |
| | | @ApiOperation("【阜宁运维】每小时进行一次抄表任务") |
| | | @GetMapping("/timer/yw/syncElectricalMeterData") |
| | | ApiResponse syncElectricalMeterData(); |
| | | |
| | | @ApiOperation("【阜宁运维】清理三个月前电表接口日志") |
| | | @GetMapping("/timer/yw/cleanElectricalLog") |
| | | ApiResponse cleanElectricalLog(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时同步智精灵网关在线状态") |
| | | @GetMapping("/timer/yw/syncConditionerGatewayStatus") |
| | | ApiResponse syncConditionerGatewayStatus(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时同步智精灵空调内机运行态") |
| | | @GetMapping("/timer/yw/syncConditionerIndoorUnits") |
| | | ApiResponse syncConditionerIndoorUnits(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时同步前一日空调多联机用量") |
| | | @GetMapping("/timer/yw/syncConditionerUsagePreviousDay") |
| | | ApiResponse syncConditionerUsagePreviousDay(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时处理合同过期") |
| | | @GetMapping("/timer/yw/ywDealContractTimeOutTimer") |
| | |
| | | @GetMapping("/timer/yw/ywPatrolSchemeTaskTimer") |
| | | ApiResponse ywPatrolSchemeTaskTimer(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时更新房源租赁状态") |
| | | @GetMapping("/timer/yw/ywRoomStatusTimer") |
| | | ApiResponse ywRoomStatusTimer(); |
| | | |
| | | |
| | | |
| | | |
| | | } |