dever 6 éve
szülő
commit
5c5bbb29f1
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      tm/lib/Controller/Member.class.php

+ 2 - 2
tm/lib/Controller/Member.class.php

@@ -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) {