李春阳 1 년 전
부모
커밋
bc982d4317
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      simulation-resource-server/src/main/resources/mysql/mapper/SimulationManualProjectMapper.xml

+ 2 - 2
simulation-resource-server/src/main/resources/mysql/mapper/SimulationManualProjectMapper.xml

@@ -39,7 +39,7 @@
          details,
          complexity_evaluation_rule_id,
          risk_evaluation_rule_id,
-         exposure_rate_rvaluation_rule_id,
+         exposure_rate_evaluation_rule_id,
          coverage_rate_evaluation_ruleId)
         values (#{id},
                 #{projectDate,jdbcType=INTEGER},
@@ -87,7 +87,7 @@
             max_simulation_time = #{maxSimulationTime,jdbcType=BIGINT},
             complexity_evaluation_rule_id = #{complexityEvaluationRuleId},
             risk_evaluation_rule_id = #{riskEvaluationRuleId},
-            exposure_rate_rvaluation_rule_id = #{exposureRateEvaluationRuleId},
+            exposure_rate_evaluation_rule_id = #{exposureRateEvaluationRuleId},
             coverage_rate_evaluation_ruleId = #{coverageRateEvaluationRuleId},
             parallelism         = #{parallelism},
             is_choice_gpu       = #{isChoiceGpu},