select mb_id, tag, tag_id, parameterType, resultMap, `sql`, `path`, method, resultType, actuator from online_mb
insert into online_mb
mb_id,
tag,
tag_id,
parameterType,
resultMap,
sql,
path,
method,
resultType,
actuator,
#{mbId},
#{tag},
#{tagId},
#{parameterType},
#{resultMap},
#{sql},
#{path},
#{method},
#{resultType},
#{actuator},
update online_mb
tag = #{tag},
tag_id = #{tagId},
parameterType = #{parameterType},
resultMap = #{resultMap},
`sql` = #{sql},
`path` = #{path},
method = #{method},
resultType = #{resultType},
actuator = #{actuator},
where online_mb.mb_id = #{mbId}
delete from online_mb where mb_id = #{mbId}
delete from online_mb where mb_id in
#{mbId}