|
@@ -582,7 +582,7 @@ class Fullorderexcel extends Start_Controller {
|
|
//料号对应尺寸
|
|
//料号对应尺寸
|
|
if(strpos($feq,'lhdycc')!= false){
|
|
if(strpos($feq,'lhdycc')!= false){
|
|
$feq = str_replace('lhdycc,',"fpdata as lhdycc,",$feq);
|
|
$feq = str_replace('lhdycc,',"fpdata as lhdycc,",$feq);
|
|
- $tmp_typeclass_lhdycc = $this->db->from('typeclass')->select("id,title,zh,classid")->where('classid',13)->get()->result_array();
|
|
|
|
|
|
+ $tmp_typeclass_lhdycc = $this->db->from('typeclass')->select("id,title,zh,classid")->where('classid',14)->get()->result_array();
|
|
$typeclass_lhdycc = array_column($tmp_typeclass_lhdycc,'zh','id');
|
|
$typeclass_lhdycc = array_column($tmp_typeclass_lhdycc,'zh','id');
|
|
}
|
|
}
|
|
$feq = rtrim($feq,',');
|
|
$feq = rtrim($feq,',');
|