rabin 3 年之前
父節點
當前提交
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';
     }