Browse Source

修改备货流转的相关信息

lvhao 6 days ago
parent
commit
5f0c58afa9
1 changed files with 1 additions and 1 deletions
  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();