rabin 3 vuotta sitten
vanhempi
commit
0fafb5c9e0
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      service/bill/lib/Cron.php

+ 3 - 0
service/bill/lib/Cron.php

@@ -592,6 +592,9 @@ class Cron
                 if ($out_member) {
                     $where['parent_mid'] = $out_member;
                     $out_money = Dever::db('agent/order')->getCount($where);
+                    if ($v['id'] == 19) {
+                        print_r($out_money);die;
+                    }
                     if ($out_money) {
                         $insert['out_money'] = $out_money['total'];
                     }