|
@@ -265,9 +265,11 @@ class Partygift extends Common
|
|
|
}*/
|
|
|
|
|
|
|
|
|
- $res6 = Db::name('user')->where('id',$user_id)->setInc("renewcount", $giftCountValue);
|
|
|
+ if($is_back != 1){
|
|
|
+ $res6 = Db::name('user')->where('id',$user_id)->setInc("renewcount", $giftCountValue);
|
|
|
+ }
|
|
|
|
|
|
- if ($res1 && $res2 && $res5 && $res6) {
|
|
|
+ if ($res1 && $res2 && $res5) {
|
|
|
$i++;
|
|
|
if($party_id > 0) {
|
|
|
|