lvhao 6 ماه پیش
والد
کامیت
939fa83876
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/CoreApp/controllers/Transfer.php

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

@@ -2225,7 +2225,7 @@ class Transfer extends Start_Controller {
 			{
 				$cr  .= " and lx = '".$transfer."' ";
 			}else{
-				$cr  .= " and lx in '(".implode(",",$transfer_ids).")' ";
+				$cr  .= " and lx in (".implode(",",$transfer_ids).") ";
 			}
 				$cr  .= " and is_over = 0 ";
 			$info_list_cr = $this->systemtransfer_cr->find_all($cr);