|
@@ -19,7 +19,7 @@ class UserHelp extends EventsController {
|
|
|
$helpData = $this->LotteryUserHelp->fetchAll ($condition, 1000000, 'id desc');
|
|
|
|
|
|
foreach ($helpData as $k => $v) {
|
|
|
- $this->LotteryUserHelp->modify(array('nums' => $v['num']), array('id' => $v['id']));
|
|
|
+ $this->LotteryUserHelp->modify(array('num' => $v['nums']), array('id' => $v['id']));
|
|
|
}
|
|
|
|
|
|
echo 'yes';die;
|