rabin пре 2 година
родитељ
комит
be1bea7d14
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/cash/lib/Cron.php

+ 1 - 1
app/cash/lib/Cron.php

@@ -62,7 +62,7 @@ class Cron
             $where['type'] = 1;
             $where['type_id'] = $v['id'];
             $where['pay_type'] = '2,3';
-            $this->up($where, $v, 'shop', $num);
+            $this->up($where, $v, 'shop_sell', $num);
         }
         return 'ok';
     }