...
|
...
|
@@ -105,7 +105,7 @@ class Controller_Onlinereg extends Controller_Abstract |
|
|
$files = trim($this->_request->post('files'));
|
|
|
if($type == Facade_Onlinereg::TYPE_ONLINE_SPONSOR)//赞助商
|
|
|
{
|
|
|
if(empty($name) || empty($contact)|| empty($telphone) || empty($product_type))
|
|
|
if(empty($name) || empty($contact)|| empty($telphone))
|
|
|
{
|
|
|
return $this->returnJson(false, 403,'','数据不能为空');
|
|
|
}
|
...
|
...
|
|