mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2025-12-30 09:22:27 +00:00
!211 修改iot中xxljob任务名称重复导致服务启动报错
Merge pull request !211 from huppygo/master-jdk17
This commit is contained in:
@@ -36,7 +36,7 @@ public class IotOtaUpgradeJob {
|
|||||||
@Resource
|
@Resource
|
||||||
private IotDeviceService deviceService;
|
private IotDeviceService deviceService;
|
||||||
|
|
||||||
@XxlJob("deviceOfflineCheckJob")
|
@XxlJob("deviceUpgradeJob")
|
||||||
@TenantJob // 多租户
|
@TenantJob // 多租户
|
||||||
public String execute(String param) throws Exception {
|
public String execute(String param) throws Exception {
|
||||||
// 1. 查询待推送的 OTA 升级记录
|
// 1. 查询待推送的 OTA 升级记录
|
||||||
|
|||||||
Reference in New Issue
Block a user