rabin 2 年之前
父节点
当前提交
d251efa84d
共有 2 个文件被更改,包括 0 次插入3 次删除
  1. 0 1
      database/county.php
  2. 0 2
      database/town.php

+ 0 - 1
database/county.php

@@ -235,7 +235,6 @@ return array
 			'option' => array
 			(
 				'city_id' => 'yes',
-				'city_no' => array('yes-city_id', 'not in'),
 				'level' => array('yes', '<'),
 				'price' => array('yes', '>'),
 				'noid' => array('yes-id', 'not in'),

+ 0 - 2
database/town.php

@@ -238,8 +238,6 @@ return array
 			'option' => array
 			(
 				'county_id' => 'yes',
-				'county_no' => array('yes-county_id', 'not in'),
-				'city_no' => array('yes-city_id', 'not in'),
 				'type' => array('yes', '>'),
 				'price' => array('yes', '>'),
 				'noid' => array('yes-id', 'not in'),