|
@@ -1018,7 +1018,7 @@ class JjhcController extends WebBaseController
|
|
|
53.4";
|
|
|
$arr = explode("\r\n",$str);
|
|
|
$record = explode("\r\n",$record_str);
|
|
|
- $list = DB::table("Recruit_ticket as a")->leftJoin("recruit_appoint_info as b","a.appoint_id",'=','b.id')->where("a.ex_number","in",$arr)->get();
|
|
|
+ $list = DB::table("recruit_ticket as a")->leftJoin("recruit_appoint_info as b","a.appoint_id",'=','b.id')->whereIn("a.ex_number",$arr)->get();
|
|
|
foreach ($list as $k => $v){
|
|
|
$data = [];
|
|
|
$data = [
|