Commit 12bd4f2e authored by esf's avatar esf

分站

parent e4a1ac48
...@@ -667,7 +667,7 @@ class Sell extends MY_Controller { ...@@ -667,7 +667,7 @@ class Sell extends MY_Controller {
} }
//2017-09-07住宅额外增加面积,单价判断判断 //2017-09-07住宅额外增加面积,单价判断判断
if($fields_values['infotype'] == 1){ if($fields_values['infotype'] == 1){
if(15 > $fields_values['buildarea'] || $fields_values['buildarea'] > 500){ if(15 > $fields_values['buildarea'] || $fields_values['buildarea'] > 9999){
$this->jump($url_manage, '住宅面积必须在15-500平米之间', 3000); $this->jump($url_manage, '住宅面积必须在15-500平米之间', 3000);
exit; exit;
} }
......
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