rabin 2 éve
szülő
commit
40db85ee4f
2 módosított fájl, 3 hozzáadás és 0 törlés
  1. 1 0
      database/county.php
  2. 2 0
      database/town.php

+ 1 - 0
database/county.php

@@ -235,6 +235,7 @@ 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'),

+ 2 - 0
database/town.php

@@ -238,6 +238,8 @@ 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'),