rabin hace 3 años
padre
commit
be1bea7d14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';
     }