Commit f130aa76 by 冷斌

add

parent 0446228d
......@@ -45,7 +45,7 @@ class WelfareController extends AdminbaseController
$a = M("welfare_rate")->where("id=1");
$a->price = $price;
$b = $a->save();
var_dump($b);
var_dump($check);
die;
}
}
......
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