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