Authored by 周少峰

add check

... ... @@ -85,7 +85,7 @@ class BrandController extends AbstractAction
$brandDomain = $this->get('brandDomain');
$brandId = $this->get('brandId');
do {
if (empty($brandId) || empty($uid) || empty($brandDomain) || empty($brandName)) {
if (empty($uid) || empty($brandName)) {
break;
}
$records = time().'_'.$brandName.'_'.$brandDomain.'_'.$brandId;
... ...