|
@@ -151,7 +151,7 @@ class Typeclass extends Start_Controller {
|
|
|
$rows = array('total'=>$total,'over'=>$over,'pagenum'=>$pagenum,'rows'=>($info_list));
|
|
|
echo json_encode($rows);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');
|
|
|
+ $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'=>'只匹配品名系列');
|
|
|
$this->data['class'] = $class;
|
|
|
$this->_Template('typeclass',$this->data);
|
|
@@ -159,7 +159,7 @@ class Typeclass extends Start_Controller {
|
|
|
|
|
|
public function _cx()
|
|
|
{
|
|
|
- $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');
|
|
|
+ $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'=>'只匹配品名系列');
|
|
|
$this->data['class'] = $class;
|
|
|
$this->_Template('typeclass_cx',$this->data);
|
|
@@ -278,7 +278,7 @@ class Typeclass extends Start_Controller {
|
|
|
}
|
|
|
$arg_array = $arg_array[0];
|
|
|
$typeclass = $this->typeclass->read($arg_array);
|
|
|
- $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');
|
|
|
+ $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'=>'只匹配品名系列');
|
|
|
$this->data['class'] = $class;
|
|
|
$this->data['typeclass'] = $typeclass;
|