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