dever 3 rokov pred
rodič
commit
990b708c53
3 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 1 1
      database/city.php
  2. 1 1
      database/county.php
  3. 1 1
      database/town.php

+ 1 - 1
database/city.php

@@ -116,7 +116,7 @@ return array
 		'price'      => array
         (
             'type'      => 'varchar-15',
-            'name'      => '城市价值-城市代理价格,以万为单位,-1表示继承城市等级里的价值规则',
+            'name'      => '城市价值-城市代理价格,以万为单位,负数表示继承城市等级里的价值规则',
             'default'   => '-1',
             'desc'      => '城市价值',
             'match'     => 'is_string',

+ 1 - 1
database/county.php

@@ -154,7 +154,7 @@ return array
         'price'      => array
         (
             'type'      => 'varchar-15',
-            'name'      => '区县价值-区县代理价格,以万为单位,-1表示继承城市等级里的价值规则',
+            'name'      => '区县价值-区县代理价格,以万为单位,负数表示继承城市等级里的价值规则',
             'default'   => '-1',
             'desc'      => '区县价值',
             'match'     => 'is_string',

+ 1 - 1
database/town.php

@@ -143,7 +143,7 @@ return array
         'price'      => array
         (
             'type'      => 'varchar-15',
-            'name'      => '街道价值-街道代理价格,以万为单位,-1表示继承城市等级里的价值规则',
+            'name'      => '街道价值-街道代理价格,以万为单位,负数表示继承城市等级里的价值规则',
             'default'   => '-1',
             'desc'      => '街道价值',
             'match'     => 'is_string',