Commit daa6292f by zhiwj

Merge branch 'developer' into 'master'

去掉重复值

See merge request !75
parents ec6f3c40 e415a7fa
......@@ -238,7 +238,7 @@
<if test="indexGroupName != null and indexGroupName != '' ">
and index_group_name = #{indexGroupName}
</if>
order create_time
order by create_time
limit 1
</select>
</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