dever 6 anos atrás
pai
commit
58ef782907
1 arquivos alterados com 1 adições e 1 exclusões
  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']));