select id, user_id, name, sex, age, status, surface_url, complexion_result, complexion_types, spot_problems, swelling_problems, glow_result, diagnosis_summary, health_suggestions,create_time,remark from fs_health_surface
insert into fs_health_surface
user_id,
name,
sex,
age,
status,
surface_url,
complexion_result,
complexion_types,
spot_problems,
swelling_problems,
glow_result,
diagnosis_summary,
health_suggestions,
create_time,
remark,
#{userId},
#{name},
#{sex},
#{age},
#{status},
#{surfaceUrl},
#{complexionResult},
#{complexionTypes},
#{spotProblems},
#{swellingProblems},
#{glowResult},
#{diagnosisSummary},
#{healthSuggestions},
#{createTime},
#{remark},
update fs_health_surface
user_id = #{userId},
name = #{name},
sex = #{sex},
age = #{age},
status = #{status},
surface_url = #{surfaceUrl},
complexion_result = #{complexionResult},
complexion_types = #{complexionTypes},
spot_problems = #{spotProblems},
swelling_problems = #{swellingProblems},
glow_result = #{glowResult},
diagnosis_summary = #{diagnosisSummary},
health_suggestions = #{healthSuggestions},
create_time = #{createTime},
remark = #{remark},
where id = #{id}
delete from fs_health_surface where id = #{id}
delete from fs_health_surface where id in
#{id}