优化实时95值计算功能、服务器收益功能、用户自定义列展示

This commit is contained in:
gaoyutao
2025-10-30 21:20:46 +08:00
parent 15ecd5caaf
commit c0f057d7ed
34 changed files with 1289 additions and 159 deletions
@@ -346,6 +346,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{clientId}
</foreach>
</if>
<if test="interfaceNames != null and interfaceNames != ''">
and name in
<foreach collection="interfaceNames.split(',')" item="name" open="(" separator="," close=")">
#{name}
</foreach>
</if>
</where>
group by create_time
ORDER BY max_speed desc