one_after 3 місяців тому
батько
коміт
6a5ae0b8d3
2 змінених файлів з 3 додано та 1 видалено
  1. 2 0
      app/business/WithdrawBusiness.php
  2. 1 1
      app/functions.php

+ 2 - 0
app/business/WithdrawBusiness.php

@@ -178,10 +178,12 @@ class WithdrawBusiness
                 StreamBusiness::delStream($param['user_data']['id'], $param['money'], streamType4, $param['mold'], moldTypefild($param['mold']), $withdrawId);
                 StreamBusiness::addStream($param['user_data']['id'], $param['money'], streamType4, moldType10, moldTypefild10, $withdrawId);
                 StreamBusiness::delStream($param['user_data']['id'], $param['money'], streamType4, moldType4, moldTypefild4, $withdrawId);
+                StreamBusiness::delStream($param['user_data']['id'], $param['money'], streamType4, moldType14, moldTypefild14, $withdrawId);
             } if ($param['mold'] == 55) {
                 StreamBusiness::delStream($param['user_data']['id'], $param['money'], streamType4, moldType5,moldTypefild5, $withdrawId);
                 StreamBusiness::addStream($param['user_data']['id'], bcmul($param['money'],$system->coin_value,2), streamType4, moldType10, moldTypefild10, $withdrawId);
                 StreamBusiness::delStream($param['user_data']['id'], bcmul($param['money'],$system->coin_value,2), streamType4, moldType4, moldTypefild4, $withdrawId);
+                StreamBusiness::delStream($param['user_data']['id'], bcmul($param['money'],$system->coin_value,2), streamType4, moldType13, moldTypefild13, $withdrawId);
             } else {
                 StreamBusiness::delStream($param['user_data']['id'], $param['money'], streamType4, $param['mold'], moldTypefild($param['mold']), $withdrawId);
             }

+ 1 - 1
app/functions.php

@@ -197,7 +197,7 @@
     //每日交易USD额度
     define('moldType14', 14);
     define('moldTypefild14', 'money_fourteen');
-    //每日交易USD额度
+    //
     define('moldType55', 55);
     define('moldTypefild55', 'money_five');
     function moldTypefild($value = '')