1、定位并解决收益未自动生成问题。

2、优化服务器列表筛选条件查询速度。
This commit is contained in:
gaoyutao
2025-12-11 19:18:59 +08:00
parent 2eaf62ea82
commit f3bdfbc6bf
5 changed files with 93 additions and 58 deletions
@@ -166,7 +166,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!-- 批量插入接口名称 -->
<insert id="batchInsert" parameterType="java.util.List">
INSERT IGNORE INTO all_interface_name
INSERT INTO all_interface_name
(
interface_name,
client_id,