|
@@ -222,7 +222,7 @@ class Typeclass extends Start_Controller {
|
|
echo json_encode(array('msg'=>'添加失败,请重试','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'添加失败,请重试','success'=>false));exit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- $class = $this->classid->find_all("id != '0' and id != '1' and id != '2' and id != '3' and id != '5' and id != '11' and id != '16' and id != '17' and id != '20' and id != '21' and id != '23' and id != '24' and id != '29' and id != '30' and id != '31' and id != '32' and id != '4'",'*','ckpx asc,id desc');
|
|
|
|
|
|
+ $class = $this->classid->find_all("id != '0' and id != '1' and id != '2' and id != '3' and id != '5' and id != '11' and id != '16' and id != '17' and id != '20' and id != '21' and id != '23' and id != '24' and id != '29' and id != '30' and id != '31' and id != '32' and id != '4'",'*','ckpx asc,id asc');
|
|
$class[] = array('id'=>'999','title'=>'只匹配品名系列');
|
|
$class[] = array('id'=>'999','title'=>'只匹配品名系列');
|
|
$this->data['class'] = $class;
|
|
$this->data['class'] = $class;
|
|
$this->_Template('typeclass_add',$this->data);
|
|
$this->_Template('typeclass_add',$this->data);
|