|
@@ -184,8 +184,8 @@ class WinfailLogic
|
|
|
} else {
|
|
} else {
|
|
|
DB::update("update money_buy_simplex set game_status=$rwin where batch_id in ( $sql)");
|
|
DB::update("update money_buy_simplex set game_status=$rwin where batch_id in ( $sql)");
|
|
|
}
|
|
}
|
|
|
- DB::update("update comendnotice set status=1,result=1,done_time='$nowtime' where id=$noticeId ");
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+ DB::update("update comendnotice set status=1,result=1,done_time='$nowtime',pcount=pcount+1 where id=$noticeId ");
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|