id as id, biz_key as bizKey, max_id as maxId, step as step, create_time as createTime, update_time as updateTime, version as version, app_name as appName, description as description, is_del as isDel insert into id_generator (biz_key,max_id,step,create_time,update_time,version,app_name,description,isDel) values (#{bizKey},#{maxId},#{step},now(),now(),0,#{appName},#{description},#{isDel})