Commit 406f0784f5c1d754bc490dc881e3703eed4e122d

Authored by 芯火源
1 parent 4db0c4f4

fix(DEFECT-1277): 定时任务白名单验证失败问题修复

... ... @@ -84,7 +84,7 @@ public interface FastIotConstants {
84 84
85 85 /** 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加) */
86 86 public static final String[] JOB_WHITELIST_STR = {
87   - "org.thingsboard.server.dao.util.yunteng.task"
  87 + "org.thingsboard.server.dao.util.yunteng.task","org.thingsboard.server.utils.yunteng"
88 88 };
89 89 /** http请求 */
90 90 public static final String HTTP = "http://";
... ...