@ -211,7 +211,7 @@ class PromoteCompanyController extends ThinkController
$map['company_id'] = ["neq",0];
}
if (!empty($p['verify_status'])) {
if (isset($p['verify_status'])) {
$map['verify_status'] = $p['verify_status'];
@ -292,7 +292,7 @@
<tr>
<td class="l">推广游戏:</td>
<td class="r" >
<a class="ajax-view">查看</a>
<a class="ajax-view">编辑</a>
</td>
</tr>
@ -291,7 +291,7 @@