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

+ 1 - 0
Scripts/gandart/gandartComposite.js

@@ -378,6 +378,7 @@ async function checkGetCompositeTaskList(status) {
         taskLst = getCompositeTaskListByCache(status);
     } else {
         taskLst = await getCompositeTaskListByServer(status);
+        lk.log(JSON.stringify(taskLst))
         cacheCompositeTaskList(status, taskLst);
     }
     return taskLst;