|
@@ -31,7 +31,7 @@ public interface AlgorithmExpandMapper {
|
|
|
"</script>")
|
|
|
List<String> selectAlgorithmIds(AlgorithmExpandInfrastructureParam algorithmExpandInfrastructureParam);
|
|
|
|
|
|
- @Insert("insert into algorithm_expand(id, algorithm_id, algorithm_name, description, algorithm_type, status) \n" +
|
|
|
- " value (#{id}, #{algorithmId}, #{algorithmName}, #{description}, #{algorithmType}, #{status})\n")
|
|
|
+ @Insert("insert into algorithm_expand(id, algorithm_id, algorithm_name, description, algorithm_type, algorithm_version, team, topic, status)\n\n" +
|
|
|
+ " value (#{id}, #{algorithmId}, #{algorithmName}, #{description}, #{algorithmType},#{algorithmVersion},#{team},{topic}, #{status})\n")
|
|
|
void insert(AlgorithmExpandInfrastructureEntity algorithmExpandInfrastructureEntity);
|
|
|
}
|