【修改】学生性别字段,学生进入监控返回时间戳

This commit is contained in:
YOHO\20373
2025-05-20 15:43:55 +08:00
parent ecf652e2ea
commit 26c2721ba8
14 changed files with 98 additions and 49 deletions

View File

@@ -65,6 +65,7 @@
FROM exam_knowledge_points
WHERE FIND_IN_SET(#{id}, ancestors)
and deleted='0'
and status='0'
ORDER BY order_num;
</select>