【修改】文字考点,

学生进入考试 不单独从缓存中获取
,推送试题中更新试题
This commit is contained in:
huababa1
2025-10-12 19:14:34 +08:00
parent 7442b18939
commit fa9601433e
9 changed files with 336 additions and 84 deletions

View File

@@ -139,7 +139,7 @@
<select id="getSchoolNameTotal" resultType="java.lang.Long">
SELECT count(*)
FROM system_tenant
WHERE id != 1 AND deleted = 0
WHERE deleted = 0
<if test="name != null and name != ''">
AND name LIKE CONCAT('%', #{name}, '%')
</if>