|
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="algName != null and algName != ''"> and alg_name like concat('%', #{algName}, '%')</if>
|
|
|
<if test="algType != null and algType != ''"> and alg_type = #{algType}</if>
|
|
|
</where>
|
|
|
+ order by create_time desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectAlgConfigById" parameterType="Long" resultMap="AlgConfigResult">
|