修改了创建病例中的基本信息,人工肝检测,临床资料实验室检测等方面数据

This commit is contained in:
2025-06-21 17:44:35 +08:00
parent 4f3d1693b4
commit 4c74b0dd01
3 changed files with 158 additions and 44 deletions
@@ -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