Commit 9b8ec462 by 冷斌

add

parent 21c64e35
......@@ -38,7 +38,7 @@ class WelfareController extends AdminbaseController
'nums' => 0.
];
try{
if (!$check) {
if (empty($check)) {
$jackpot->create($p);
} else {
$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