|
$helpData = $this->LotteryUserHelp->fetchAll ($condition, 1000000, 'id desc');
|
|
$helpData = $this->LotteryUserHelp->fetchAll ($condition, 1000000, 'id desc');
|
|
- $this->LotteryUserHelp->modify(array('nums' => $v['num']), array('id' => $v['id']));
|
|
+ $this->LotteryUserHelp->modify(array('num' => $v['nums']), array('id' => $v['id']));
|