Commit 82dcd8e6 by 冷斌

add

parent 7f96e2a8
......@@ -29,6 +29,7 @@ class WelfareController extends AdminbaseController
function savePrice()
{
$price=I('price');
echo $price;die;
if ($price > 0) {
$jackpot=M("welfare_rate");
$check = $jackpot->where("id=1")->find();
......
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