rabin 2 years ago
parent
commit
20a94fbcde
1 changed files with 4 additions and 0 deletions
  1. 4 0
      database/province.php

+ 4 - 0
database/province.php

@@ -121,6 +121,8 @@ return array
 			# 匹配的正则或函数 选填项
 			'option' => array
 			(
+				'ids' => array('yes-id', 'in'),
+				'noid' => array('yes-id', 'not in'),
 				'state' => 1,
 			),
 			'type' => 'all',
@@ -133,6 +135,8 @@ return array
 			# 匹配的正则或函数 选填项
 			'option' => array
 			(
+				'ids' => array('yes-id', 'in'),
+				'noid' => array('yes-id', 'not in'),
 				'state' => 1,
 			),
 			'type' => 'all',