导出bug修改

master
zhengyongxing 5 years ago
parent 5e71728097
commit 301a5a7f5a

@ -652,7 +652,7 @@ class AdminController extends Controller {
$countRule = strtolower(MODULE_NAME.'/'.CONTROLLER_NAME.'/'.ACTION_NAME."_count_check"); $countRule = strtolower(MODULE_NAME.'/'.CONTROLLER_NAME.'/'.ACTION_NAME."_count_check");
$this->assign($countfield,$this->checkRule($countRule,array('in','1,2'))); $this->assign($countfield,$this->checkRule($countRule,array('in','1,2')));
if (!$checkarr) { if (is_array($checkarr)&&!$checkarr) {
return; return;
} }

Loading…
Cancel
Save