mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ExpressCompany.php
This commit is contained in:
parent
c462dac613
commit
a096aea426
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user