修改了创建病例中的基本信息,人工肝检测,临床资料实验室检测等方面数据
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
t_caseplatform_user.*,
|
||||
t_caseplatform_case_abstract.*,
|
||||
t_caseplatform_case_checkdata.*
|
||||
t_caseplatform_case_prognosis.*
|
||||
FROM t_caseplatform_case
|
||||
left join t_caseplatform_user on t_caseplatform_case.user_id = t_caseplatform_user.id
|
||||
left join t_caseplatform_case_abstract on t_caseplatform_case_abstract.case_id = t_caseplatform_case.id
|
||||
|
||||
Reference in New Issue
Block a user