wesmiler пре 1 недеља
родитељ
комит
c3ebddbdd2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Services/Api/BalanceLogService.php

+ 1 - 0
app/Services/Api/BalanceLogService.php

@@ -229,6 +229,7 @@ class BalanceLogService extends BaseService
             ->where('id','>', $buyType)
             ->orderBy('id','asc')
             ->value('price');
+        var_dump($mealPrice);
         $withdrawQuota = intval($mealPrice/0.27 * 0.73);
         if($money>$withdrawQuota){
             $this->error = "抱歉您的账号可提现额度为:{$withdrawQuota}元";