فهرست منبع

送礼物反向优化,plantask增速

lizhen_gitee 1 سال پیش
والد
کامیت
4484a29841
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/index/controller/Plantask.php

+ 1 - 1
application/index/controller/Plantask.php

@@ -178,7 +178,7 @@ class Plantask extends Controller
             }
 
             //结束
-            $rs_up = Db::name('gift_user_party')->where('id','IN',$party_ids)->update(['task_status'=>1]);
+            $rs_up = Db::name('gift_user_party')->where('party_id','IN',$party_ids)->update(['task_status'=>1]);
 
             Db::commit();
         } catch (ValidateException $e) {