select id, prescription_name, `function`, indication, medical_advice, create_by, create_time, update_by, update_time from healthcare_os_conventional_prescriptions
insert into healthcare_os_conventional_prescriptions
prescription_name,`function`,indication,medical_advice,create_by,create_time,update_by,update_time,#{prescriptionName},#{function},#{indication},#{medicalAdvice},#{createBy},#{createTime},#{updateBy},#{updateTime},
update healthcare_os_conventional_prescriptions
prescription_name = #{prescriptionName},`function` = #{function},indication = #{indication},medical_advice = #{medicalAdvice},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from healthcare_os_conventional_prescriptions where id = #{id}
delete from healthcare_os_conventional_prescriptions where id in
#{id}