id, `name`, app_id, app_secret_key, `status`, create_by, create_date, update_by,
update_date
insert into sc_third_party_app
`name`,
app_id,
app_secret_key,
`status`,
create_by,
create_date,
update_by,
update_date,
#{name},
#{appId},
#{appSecretKey},
#{status},
#{createBy},
#{createDate},
#{updateBy},
#{updateDate},
update sc_third_party_app
`name` = #{name},
app_id = #{appId},
app_secret_key = #{appSecretKey},
`status` = #{status},
create_by = #{createBy},
create_date = #{createDate},
update_by = #{updateBy},
update_date = #{updateDate},
where id = #{id}