Ver Fonte

王耀栋--工作台模块代码,算法类型获取bug修改

wangyaodong há 3 anos atrás
pai
commit
2454bc142b

+ 1 - 1
simulation-resource-server/src/main/resources/mapper/project/SimulationProjectMapper.xml

@@ -182,7 +182,7 @@
 
     <!--根据id查询基本信息-->
     <select id="selectProjectBaseById" parameterType="api.common.pojo.param.project.SimulationManualProjectParam" resultType="api.common.pojo.po.project.SimulationManualProjectPo">
-        select id,algorithm,scene,algorithm_score,project_name,project_id
+        select id,algorithm,scene,algorithm_score,project_name,project_id,algorithm_type
         from simulation_manual_project where id = #{id,jdbcType=VARCHAR} and is_deleted = '0'
     </select>