INSERT INTO `bm_logs`(`model`, `fun`, `task`, `type_id`, `description`, `time`, `creator`)
VALUES
(#{model}, #{fun}, #{task}, #{typeId}, #{description}, #{time}, #{creator})
INSERT INTO `ma_total_change`(`task_id`, `task_code`, `type_id`, `user_id`, `content`, `time`)
VALUES
(#{task}, #{taskCode}, #{typeId},#{creator},#{description}, #{time})