flyzto 3 月之前
父节点
当前提交
008ba7f811
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      server/models/GamesPs.js

+ 3 - 0
server/models/GamesPs.js

@@ -713,6 +713,9 @@ const updateSolutions = (solutions) => {
     });
 
     if (solutionUpdate.remove.length) {
+      Logs.out('addSolutions length %d', solutionUpdate.add.length);
+      Logs.out('updateSolutions length %d', solutionUpdate.update.length);
+      Logs.out('retainSolutions length %d', solutionUpdate.retain.length);
       Logs.out('removeSolutions length %d', solutionUpdate.remove.length);
     }