【修改】学生性别字段,学生进入监控返回时间戳
This commit is contained in:
@@ -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>
|
||||
|
@@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</update>
|
||||
|
||||
<update id="deleteKnowledgePointsBySpIds" parameterType="String">
|
||||
-- delete from knowledge_points
|
||||
delete from knowledge_points
|
||||
update exam_knowledge_points
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
deleted = 1
|
||||
|
Reference in New Issue
Block a user