gitxsm 11 місяців тому
батько
коміт
ddfab4a03d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      script/module/platform/RebateLogic.lua

+ 1 - 1
script/module/platform/RebateLogic.lua

@@ -19,7 +19,7 @@ local function getRoleTotalRecharge(account)
     account = tostring(account)
     for _, v in ipairs(RebateCfg.rebate) do
         if v.account == account then
-            return v.totalRecharge
+            return v.totalRecharge1
         end
     end
 end