shawenguan %!s(int64=2) %!d(string=hai) anos
pai
achega
f579d96f47
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Scripts/gandart/gandartComposite.js

+ 1 - 0
Scripts/gandart/gandartComposite.js

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