【新增】MYSQL、浏览器、文件操作试题判分第一版,操作日志文件控制台输出
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
<result property="spName" column="sp_name" />
|
||||
<result property="orderNum" column="order_num" />
|
||||
<result property="status" column="status" />
|
||||
|
||||
|
||||
<result property="unite" column="unite" />
|
||||
<result property="treeNum" column="tree_num" />
|
||||
</resultMap>
|
||||
@@ -64,6 +62,7 @@
|
||||
SELECT sp_id, parent_id, ancestors, sp_name, order_num
|
||||
FROM knowledge_points
|
||||
WHERE FIND_IN_SET(#{id}, ancestors)
|
||||
and del_flag='0'
|
||||
ORDER BY order_num;
|
||||
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user