From a096aea426d137252782c2ae991b876a40cc9d04 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 3 Aug 2019 15:06:20 +0800 Subject: [PATCH] Update ExpressCompany.php --- application/store/controller/ExpressCompany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/store/controller/ExpressCompany.php b/application/store/controller/ExpressCompany.php index 23803104c..6a1523476 100644 --- a/application/store/controller/ExpressCompany.php +++ b/application/store/controller/ExpressCompany.php @@ -45,7 +45,7 @@ class ExpressCompany extends Controller { $this->title = '快递公司管理'; $query = $this->_query($this->table)->equal('status')->like('express_title,express_code'); - $query->dateBetween('create_at')->order('status desc,sort desc,id desc')->page(); + $query->dateBetween('create_at')->order('status desc,sort desc,id desc')->where(['is_deleted' => '0'])->page(); } /**