소스 검색

修改备货流转的相关信息

lvhao 6 일 전
부모
커밋
5f0c58afa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2061,7 +2061,7 @@ class Whlabel_bh extends Start_Controller {
 					$where_arr[] =['lx'=>$transfer];
 				}
 			
-				$cr_model = $this->db->from('whlabel_bh_transfer_cr')->select('id,fid,is_over,lx,time');
+				$cr_model = $this->db->from('whlabel_bh_transfer_cr')->select('id,fid,is_over,lx,time,type');
 				if($crk_select == 1){
 					$where_arr['type'] =1;
 					$cr_tmp_list = $cr_model->where($where_arr)->get()->result_array();