孟令鑫 1 năm trước cách đây
mục cha
commit
c312f721ae

+ 1 - 1
simulation-resource-common/src/main/resources/mysql/mapper/AlgorithmExpandMapper.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
-<mapper namespace="com.css.simulation.resource.common.infrastructure.mysql.mapper.AlgorithmExpandMapper">
+<mapper namespace="com.css.simulation.resource.common.infra.mysql.mapper.AlgorithmExpandMapper">
     <insert id="insert">
         insert into algorithm_expand(id, algorithm_id, algorithm_name, description, algorithm_type, algorithm_version,
                                      team, topic, status)

+ 1 - 2
simulation-resource-server/src/main/java/com/css/simulation/resource/server/app/impl/SimulationProjectServiceImpl.java

@@ -1598,8 +1598,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
             }
             return algorithmList;
         } catch (Exception e) {
-            log.error("获取第三方算法平台的算法信息失败。", e);
-            throw new RuntimeException("获取第三方算法平台的算法信息失败。");
+            throw new RuntimeException("获取第三方算法平台的算法信息失败。", e);
         }
 
     }