优化实时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
@@ -43,6 +43,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="reviewStatus != null and reviewStatus != ''"> and review_status = #{reviewStatus}</if>
<if test="reviewTime != null "> and review_time = #{reviewTime}</if>
<if test="reviewComment != null and reviewComment != ''"> and review_comment = #{reviewComment}</if>
<if test="clientId != null and clientId != ''">
and FIND_IN_SET(#{clientId}, REPLACE(deploy_device, '\n', ',')) > 0
</if>
</where>
</select>