瀏覽代碼

fixed cm_id

= 3 年之前
父節點
當前提交
95bd965969
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -1365,7 +1365,7 @@ FROM claim
     join client on claim.client_id = client.id
     join pro cp on claim.pro_id = cp.id
     left join note on claim.note_id = note.id
-    left join care_month on claim.cm_id = care_month.id
+    left join care_month on claim.care_month_id = care_month.id
     left join app_session on claim.status_updated_by_session_id = app_session.id
     left join pro sp on app_session.pro_id = sp.id
 --WHERE claim.status IS NULL OR claim.status = 'NEW'