rabin 2 yıl önce
ebeveyn
işleme
982d924e46
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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'   => '',
             'desc'      => '请输入工作时间',
             'match'     => 'option',
-            'update'    => 'text',
+            'update'    => 'textarea',
         ),
 
 		'wechat'		=> array

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

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