|
@@ -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']));
|