select id, name, type, valuation_indicator_id, fd_algorithm_id, data_id, biz_params, result_file_path, result_text, remark, start_time, end_time, create_by, create_time, update_by, update_time from biz_performance_evaluation
insert into biz_performance_evaluation
name,
type,
valuation_indicator_id,
fd_algorithm_id,
data_id,
biz_params,
result_file_path,
result_text,
remark,
start_time,
end_time,
create_by,
create_time,
update_by,
update_time,
#{name},
#{type},
#{valuationIndicatorId},
#{fdAlgorithmId},
#{dataId},
#{bizParams},
#{resultFilePath},
#{resultText},
#{remark},
#{startTime},
#{endTime},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update biz_performance_evaluation
name = #{name},
type = #{type},
valuation_indicator_id = #{valuationIndicatorId},
fd_algorithm_id = #{fdAlgorithmId},
data_id = #{dataId},
biz_params = #{bizParams},
result_file_path = #{resultFilePath},
result_text = #{resultText},
remark = #{remark},
start_time = #{startTime},
end_time = #{endTime},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from biz_performance_evaluation where id = #{id}
delete from biz_performance_evaluation where id in
#{id}