insert into data_center_third_${companyId}.basic_project
company_id,
project_name,
flag,
create_time,
creator_id,
modify_time,
modifier_id,
udf_project_id,
#{companyId,jdbcType=BIGINT},
#{projectName,jdbcType=VARCHAR},
#{flag,jdbcType=INTEGER},
#{createTime,jdbcType=BIGINT},
#{creatorId,jdbcType=BIGINT},
#{modifyTime,jdbcType=BIGINT},
#{modifierId,jdbcType=BIGINT},
#{udfProjectId,jdbcType=VARCHAR},
update data_center_third_${companyId}.basic_project
company_id = #{companyId,jdbcType=BIGINT},
project_name = #{projectName,jdbcType=VARCHAR},
flag = #{flag,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=BIGINT},
creator_id = #{creatorId,jdbcType=BIGINT},
modify_time = #{modifyTime,jdbcType=BIGINT},
modifier_id = #{modifierId,jdbcType=BIGINT},
udf_project_id = #{udfProjectId,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}