rabin 3 年之前
父节点
当前提交
982d924e46
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      main/database/config.php
  2. 1 0
      service/bill/database/sell.php

+ 1 - 1
main/database/config.php

@@ -308,7 +308,7 @@ return array
             'default'   => '',
             'default'   => '',
             'desc'      => '请输入工作时间',
             'desc'      => '请输入工作时间',
             'match'     => 'option',
             'match'     => 'option',
-            'update'    => 'text',
+            'update'    => 'textarea',
         ),
         ),
 
 
 		'wechat'		=> array
 		'wechat'		=> array

+ 1 - 0
service/bill/database/sell.php

@@ -219,6 +219,7 @@ return array
             'desc'      => '业绩说明',
             'desc'      => '业绩说明',
             'match'     => 'is_string',
             'match'     => 'is_string',
             'update'    => 'text',
             'update'    => 'text',
+            'search'    => 'fulltext',
             'list'      => true,
             'list'      => true,
         ),
         ),