|
|
@@ -449,7 +449,7 @@ async function checkGetCompositeTaskList(status) {
|
|
|
let taskLst;
|
|
|
let useCache = lk.getVal(GandartConstKey.CompositeTaskListCache);
|
|
|
lk.log(`合成任务列表本地缓存:${useCache}`);
|
|
|
- if (lk.isEmpty(useCache)) {
|
|
|
+ if (!lk.isEmpty(useCache)) {
|
|
|
useCache = JSON.parse(useCache);
|
|
|
} else {
|
|
|
useCache = false;
|