|
@@ -9,6 +9,7 @@
|
|
|
(
|
|
|
id,
|
|
|
algorithm_name,
|
|
|
+ algorithm_code,
|
|
|
description,
|
|
|
validation_status,
|
|
|
upload_mode,
|
|
@@ -27,6 +28,7 @@
|
|
|
(
|
|
|
#{id,jdbcType=VARCHAR},
|
|
|
#{algorithmName,jdbcType=VARCHAR},
|
|
|
+ #{algorithmCode,jdbcType=VARCHAR},
|
|
|
#{description,jdbcType=LONGNVARCHAR},
|
|
|
#{validationStatus,jdbcType=VARCHAR},
|
|
|
#{uploadMode,jdbcType=VARCHAR},
|