dever 3 years ago
parent
commit
07f3ab144d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/database/soft_cash.php

+ 1 - 1
service/agent/database/soft_cash.php

@@ -147,7 +147,7 @@ return array
             'desc'      => '订单号',
             'match'     => 'is_string',
             // 'update'    => 'text',
-            //'search'    => 'fulltext',
+            'search'    => 'fulltext',
             'list_name' => '订单号<br />购买时间<br/>添加时间',
             'list'      => $search_auth == 2 ? false : 'Dever::load("agent/lib/soft_cash.soft_show#num",{id})',
             'list_order' => 1,