zhaoyan преди 3 години
родител
ревизия
405bbb35de
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      simulation-resource-server/src/main/resources/mapper/algorithm/AlgorithmMapper.xml

+ 2 - 0
simulation-resource-server/src/main/resources/mapper/algorithm/AlgorithmMapper.xml

@@ -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},