dever 6 年 前
コミット
58ef782907
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tm/lib/Controller/UserHelp.class.php

+ 1 - 1
tm/lib/Controller/UserHelp.class.php

@@ -16,7 +16,7 @@ class UserHelp  extends EventsController {
 		$this->LotteryUserHelp = new LotteryUserHelp ();
 
 		$condition = array();
-		$helpData = $this->objLotteryUserHelp->fetchAll ($condition, 1000000, 'id desc');
+		$helpData = $this->LotteryUserHelp->fetchAll ($condition, 1000000, 'id desc');
 
 		foreach ($helpData as $k => $v) {
 			$this->LotteryUserHelp->modify(array('nums' => $v['num']), array('id' => $v['id']));