dever 6 anos atrás
pai
commit
5c5bbb29f1
1 arquivos alterados com 2 adições e 2 exclusões
  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) {