From 116749038101c2bd9462632e8e335cabeb9639d3 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Wed, 4 Dec 2024 13:21:21 +0800 Subject: [PATCH] report --- admin/controllers/receiver/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controllers/receiver/Report.php b/admin/controllers/receiver/Report.php index 2b4e6a43..8f768ec1 100644 --- a/admin/controllers/receiver/Report.php +++ b/admin/controllers/receiver/Report.php @@ -125,7 +125,7 @@ class Report extends HD_Controller $where = array( "o_id in ({$oids})" => null, - "(cardida != '' AND cardidb != '') OR (business_licence != '')" => null, + "((cardida != '' AND cardidb != '') OR (business_licence != ''))" => null, "pay_img <>" => '', "contract_img <>" => '', "bill_img <>" => '',