Explorar el Código

修改充值返彩活动

lip hace 1 día
padre
commit
1b1136fa6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/BalanceLogService.php

+ 1 - 1
app/Services/BalanceLogService.php

@@ -215,7 +215,7 @@ class BalanceLogService extends BaseService
                         }
                     }
 
-                    if (in_array('recharge', $activity_type)) {
+                    if (in_array('old_user', $activity_type)) {
                         //老用户回归-返彩活动
                         $bonusAmount = self::calculateUserReturnRechargeBonus($amount,$memberId, $level, $related_id);