Commit 9b8ec462 by 冷斌

add

parent 21c64e35
...@@ -38,7 +38,7 @@ class WelfareController extends AdminbaseController ...@@ -38,7 +38,7 @@ class WelfareController extends AdminbaseController
'nums' => 0. 'nums' => 0.
]; ];
try{ try{
if (!$check) { if (empty($check)) {
$jackpot->create($p); $jackpot->create($p);
} else { } else {
$jackpot->save($p); $jackpot->save($p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment