소스 검색

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');