diff --git a/Application/Admin/Controller/TestResourceController.class.php b/Application/Admin/Controller/TestResourceController.class.php index 41fc9be01..0057cde43 100644 --- a/Application/Admin/Controller/TestResourceController.class.php +++ b/Application/Admin/Controller/TestResourceController.class.php @@ -201,7 +201,7 @@ class TestResourceController extends ThinkController if ($logId) { $logRead = M('protect_log_read','tab_') - ->where("log_id IN({$logId}) and promote_id = {$promote_id}") + ->where("log_id IN({$logId})") ->select(); } else {