添加档案功能更新
parent
6ecefff6f7
commit
b43951eb92
|
@ -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>
|
||||
<!-- 编辑档案-->
|
||||
|
|
Loading…
Reference in New Issue