rabin 3 years ago
parent
commit
13e227e6ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/setting/database/base.php

+ 1 - 1
service/setting/database/base.php

@@ -13,7 +13,7 @@ $type = array
 $active = array
 (
 	1 => '显示',
-	2 => '不显示',
+	0 => '不显示',
 );
 return array
 (