Parcourir la source

送礼物简单调整

lizhen_gitee il y a 1 an
Parent
commit
a0cb6661c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/api/controller/Party.php

+ 1 - 1
application/api/controller/Party.php

@@ -2035,7 +2035,7 @@ class Party extends Api
                 $data['getvalue']     = bcsub(bcsub($data["value"] ,$data['platvalue'],2),$data['guildervalue'],2);//减去抽成剩余价值
 
                 $data['task_status'] = 0; //环信任务
-                $data['new_task_status'] = 0; //加钱任务
+                $data['new_task_status'] = 1; //加钱任务
                 $data["createtime"] = time();
                 $res5 = Db::name('gift_user_party')->insertGetId($data);
                 if(!$res5){