dever 2 years ago
parent
commit
7218907d08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/col.php

+ 1 - 1
database/col.php

@@ -190,7 +190,7 @@ return array
 			(
 				'state' => 1,
 				'id' => array('yes', 'in'),
-				'id_no' => array('yes-id', '!='),
+				//'id_no' => array('yes-id', '!='),
 			),
 			'type' => 'all',
 			'order' => array('reorder' => 'desc','id' => 'asc'),