lvhao 6 months ago
parent
commit
939fa83876
1 changed files with 1 additions and 1 deletions
  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);