|
@@ -1617,9 +1617,9 @@ class Goodup extends BaseController
|
|
|
if($nake_fee==""){
|
|
|
return error_show(1005,"参数nake_fee不能为空");
|
|
|
}
|
|
|
- $num=isset($this->post['min_mun'])&&$this->post['min_mun']!=="" ? intval($this->post['min_mun']):"";
|
|
|
+ $num=isset($this->post['min_num'])&&$this->post['min_num']!=="" ? intval($this->post['min_num']):"";
|
|
|
if($num==""){
|
|
|
- return error_show(1005,"参数num不能为空");
|
|
|
+ return error_show(1005,"参数min_num不能为空");
|
|
|
}
|
|
|
$catinfo = Db::name("cat")->where(["id"=>$good['cat_id']])->find();
|
|
|
$budget = isset($catinfo['order_rate']) ? $catinfo['order_rate']/100:0;
|