lvhao 1 dag sedan
förälder
incheckning
50145babde
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/CoreApp/controllers/Fullorderexcel.php

+ 1 - 1
core/CoreApp/controllers/Fullorderexcel.php

@@ -582,7 +582,7 @@ class Fullorderexcel extends Start_Controller {
 			//料号对应尺寸
 			if(strpos($feq,'lhdycc')!= false){
 				$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');
 			}
 			$feq = rtrim($feq,',');