|
@@ -139,13 +139,13 @@ class Member extends EventsController {
|
|
|
$objMLotteryLog = new LotteryLog ();
|
|
|
|
|
|
$condition = array('uid' => $uid);
|
|
|
- $totals = $objLottery -> getUserParticipateLogNum($condition);
|
|
|
+ $totals = $objMLotteryLog -> getUserParticipateLogNum($condition);
|
|
|
$offset = 0;
|
|
|
$size = 10;
|
|
|
|
|
|
|
|
|
|
|
|
- $data = $objLottery->findUserParticipateData($condition, "{$offset},{$size}", 'create_time desc');
|
|
|
+ $data = $objMLotteryLog->findUserParticipateData($condition, "{$offset},{$size}", 'create_time desc');
|
|
|
$events_ids = array();
|
|
|
|
|
|
foreach($data as $key=> $d) {
|