...
|
...
|
@@ -61,7 +61,7 @@ class ListProcess |
|
|
$filters = array('classify' => array());
|
|
|
|
|
|
// 返回数据中有没有gender时要添加gender
|
|
|
// $data['gender'] = array('2,3'=>'GIRLS','1,3'=>'BOYS');
|
|
|
$data['gender'] = array('2,3'=>'GIRLS','1,3'=>'BOYS');
|
|
|
|
|
|
$num = 1;
|
|
|
foreach ($data as $key => $val) {
|
...
|
...
|
|