select notify_id, notify_user, notify_depart, notify_time, notify_content, notify_beuser, notify_state, framework, area from td_notify
insert into td_notify
notify_user,
notify_depart,
notify_time,
notify_content,
notify_beuser,
notify_state,
framework,
area,
#{notifyUser},
#{notifyDepart},
#{notifyTime},
#{notifyContent},
#{notifyBeuser},
#{notifyState},
#{framework},
#{area},
update td_notify
notify_user = #{notifyUser},
notify_depart = #{notifyDepart},
notify_time = #{notifyTime},
notify_content = #{notifyContent},
notify_beuser = #{notifyBeuser},
notify_state = #{notifyState},
framework = #{framework},
area = #{area},
where notify_id = #{notifyId}
delete from td_notify where notify_id = #{notifyId}
delete from td_notify where notify_id in
#{notifyId}