断奶bug修改

This commit is contained in:
ll
2026-02-03 22:22:21 +08:00
parent 57b5415405
commit 68ea3b2721
2 changed files with 0 additions and 23 deletions

View File

@@ -164,13 +164,4 @@
</foreach>
</delete>
<!-- 模糊查询耳号列表 -->
<select id="searchEarNumbers" resultType="java.lang.String">
SELECT DISTINCT sf.bs_manage_tags
FROM sheep_file sf
WHERE sf.bs_manage_tags LIKE CONCAT(#{query}, '%')
AND sf.is_delete = 0
ORDER BY sf.bs_manage_tags
LIMIT 50
</select>
</mapper>