select id, prescribe_name,action_title, img_url,pinyin, sort, prescribe_type, indication, belong_book, descs, action, usage_method, msg, create_time, status from fs_famous_prescribe
insert into fs_famous_prescribe
prescribe_name,
img_url,
sort,
prescribe_type,
indication,
belong_book,
descs,
action,
usage_method,
msg,
create_time,
status,
pinyin,
action_title,
#{prescribeName},
#{imgUrl},
#{sort},
#{prescribeType},
#{indication},
#{belongBook},
#{descs},
#{action},
#{usageMethod },
#{msg},
#{createTime},
#{status},
#{pinyin},
#{actionTitle},
update fs_famous_prescribe
prescribe_name = #{prescribeName},
img_url = #{imgUrl},
sort = #{sort},
prescribe_type = #{prescribeType},
indication = #{indication},
belong_book = #{belongBook},
descs = #{descs},
action = #{action},
usage_method = #{usageMethod },
msg = #{msg},
create_time = #{createTime},
status = #{status},
pinyin = #{pinyin},
action_title = #{actionTitle},
where id = #{id}
delete from fs_famous_prescribe where id = #{id}
delete from fs_famous_prescribe where id in
#{id}