|
@@ -11,7 +11,7 @@
|
|
(select ac.algorithm_name from algorithm_config ac where ac.id = #{algorithmId} limit 1)
|
|
(select ac.algorithm_name from algorithm_config ac where ac.id = #{algorithmId} limit 1)
|
|
</select>
|
|
</select>
|
|
<select id="getModelByAlgorithmId" resultType="com.taais.biz.domain.vo.AlgorithmModelVo">
|
|
<select id="getModelByAlgorithmId" resultType="com.taais.biz.domain.vo.AlgorithmModelVo">
|
|
- select * from algorithm_model am where am.algorithm_id = #{algorithmId}
|
|
|
|
|
|
+ select * from algorithm_model am where am.algorithm_id = #{algorithmId} and am.del_flag = 0
|
|
</select>
|
|
</select>
|
|
<select id="getModelById" resultType="com.taais.biz.domain.vo.AlgorithmModelVo">
|
|
<select id="getModelById" resultType="com.taais.biz.domain.vo.AlgorithmModelVo">
|
|
select * from algorithm_model am where am.id = #{id}
|
|
select * from algorithm_model am where am.id = #{id}
|