添加档案功能更新

pull/2/head
ZhiShuo_Lou 2023-10-27 19:35:44 +08:00
parent 6ecefff6f7
commit b43951eb92
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,8 @@
hospital_name,
treatment_process,
start_time,
end_time)
end_time,
picture_url)
VALUES
(
#{userId},
@ -27,7 +28,8 @@
#{hospitalName},
#{treatmentProcess},
#{startTime},
#{endTime}
#{endTime},
#{pictureUrl}
)
</insert>
<!-- 编辑档案-->