Commit 939a9acf941d1ed9e0488d208fe9afabf8bd53f2
1 parent
e445988c
feat(Thingskit function): 数据库初始化
兼容问题
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ public class SysJobServiceImpl extends AbstractBaseService<SysJobMapper, SysJobE | @@ -38,7 +38,7 @@ public class SysJobServiceImpl extends AbstractBaseService<SysJobMapper, SysJobE | ||
38 | jobList.addAll(baseMapper.selectList( | 38 | jobList.addAll(baseMapper.selectList( |
39 | new LambdaQueryWrapper<SysJobEntity>().eq(SysJobEntity::getStatus, StatusEnum.ENABLE.getIndex()))); | 39 | new LambdaQueryWrapper<SysJobEntity>().eq(SysJobEntity::getStatus, StatusEnum.ENABLE.getIndex()))); |
40 | }catch (Exception e){ | 40 | }catch (Exception e){ |
41 | - | 41 | + //TODO: 兼容ThingsboardInstallApplication。执行数据库脚本前,会跑表不存在异常。 |
42 | } | 42 | } |
43 | 43 | ||
44 | for (SysJobEntity job : jobList) { | 44 | for (SysJobEntity job : jobList) { |