dever 6 năm trước cách đây
mục cha
commit
5c5bbb29f1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) {