|
@@ -50,7 +50,7 @@ class Courier extends Controller
|
|
|
public function index()
|
|
|
{
|
|
|
$this->title = '数据管理';
|
|
|
- sysoplog('上传记录', '访问数据管理');
|
|
|
+ sysoplog('上传记录', '访问数据管理页面');
|
|
|
$query = $this->_query($this->table)->alias('a')
|
|
|
->leftJoin('system_towns b','a.towns_id=b.id')
|
|
|
->field('a.*,b.name as towns_name');
|