瀏覽代碼

no message

lvhao 6 天之前
父節點
當前提交
252535dd04
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2058,7 +2058,7 @@ class Whlabel_bh extends Start_Controller {
 				$where_arr['time >='] =$timetk;
 				$where_arr['time <='] = $timetj;
 				if($transfer == 1){
-					$where_arr[] =['lx'=>$transfer];
+					$where_arr['lx'] =$transfer;
 				}
 			
 				$cr_model = $this->db->from('whlabel_bh_transfer_cr')->select('id,fid,is_over,lx,time,type');