Kirin 2 سال پیش
والد
کامیت
5f20ccd97a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/models/store/StoreOrder.php

+ 1 - 1
app/models/store/StoreOrder.php

@@ -2454,7 +2454,7 @@ class StoreOrder extends BaseModel
 
     public static function do_jialie()
     {
-        $rs = self::where('paid', 0)->where('jialie_do', 1)->where('jialie_count', '<', 30)->select()->toArray();
+        $rs = self::where('paid', 0)->where('jialie_do', 1)->where('jialie_count', '<', 50)->select()->toArray();
         try {
             foreach ($rs as $v) {
                 self::edit(['jialie_do' => 2], $v['id']);