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

+ 1 - 1
server/models/GamesPs.js

@@ -333,7 +333,7 @@ const syncBaseEvents = ({ mk, games, outrights }) => {
           events[ior].v = fixFloat(sourceOdds * (1 + subsidyAmount), 3);
           events[ior].s = sourceOdds;
         }
-        else if (ior.startsWith('ior_r') || ior.startsWith('ior_ou')) {
+        else if (ior.startsWith('ior_ou')) {
           events[ior].q = events[ior]?.v < innerOuMinValue ? 0 : 1;
         }
       });