Commit 145ad26b authored by 蔡闯's avatar 蔡闯

修改

parent 2d62d57e
......@@ -23,7 +23,7 @@ class Index extends Base
$data['water_price'] = Request::param('water_price',0.00);
$data['electric_price'] = Request::param('electric_price',0.00);
$data['gas_price'] = Request::param('gas_price',0.00);
$data['park_price'] = Request::param('park_price',0.00);
$data['parking_price'] = Request::param('park_price',0.00);
$data['status'] = $add['type'] = 1;
$data['province_id'] = Request::param('province_id');
$data['province_name'] = Request::param('province_name');
......
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