fuyu 5 سال پیش
والد
کامیت
ed5fe008e9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/inter/controller/Application.php

+ 1 - 1
application/inter/controller/Application.php

@@ -86,7 +86,7 @@ class Application extends Base
             ->alias("sc")
             ->join('doctors d', 'sc.did = d.id')
             ->join('institution i', 'sc.hid = i.id')
-            ->join('special_remote sr', 'sc.sid = sc.id')
+            ->join('special_remote sr', 'sc.sid = sr.id')
             ->where('sr.status', 1)
             ->where('sc.status', 1)
             ->order('sr.sort asc')