优化95值计算

This commit is contained in:
gaoyutao
2026-01-30 10:14:11 +08:00
parent 1dab9b1cf4
commit 9809ae673c
2 changed files with 13 additions and 9 deletions
@@ -169,6 +169,7 @@
<if test="switchIp != null and switchIp != ''"> and switch_ip = #{switchIp}</if>
<if test="serverIp != null and serverIp != ''"> and server_ip = #{serverIp}</if>
</where>
order by create_time desc
</select>
<!-- 批量插入接口名称 -->