flyzto 2 tháng trước cách đây
mục cha
commit
1acbea7419
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      server/models/GamesPs.js

+ 1 - 0
server/models/GamesPs.js

@@ -86,6 +86,7 @@ const getRuleType = (rule) => {
  * 关键词匹配比赛
  */
 const matchGame = (relation, sk) => {
+  Logs.out('matchGame', { relation, sk });
   const keys = [];
   Object.keys(relation).forEach(platform => {
     const { leagueName, teamHomeName, teamAwayName } = relation[platform];