Commit e415a7fa by zhiwj

去掉重复值

parent 1d7cc64d
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
<if test="indexGroupName != null and indexGroupName != '' "> <if test="indexGroupName != null and indexGroupName != '' ">
and index_group_name = #{indexGroupName} and index_group_name = #{indexGroupName}
</if> </if>
order create_time order by create_time
limit 1 limit 1
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment