【修改】方法共用,改名处理

This commit is contained in:
任维炳
2025-04-23 18:25:22 +08:00
parent aabd5baff5
commit 9179cfe989
5 changed files with 9 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
<result property="deleted" column="deleted" />
<result property="tenantId" column="tenant_id" />
</resultMap>
<resultMap type="ExamKnowledgePoints" id="ExamSpecialtyResult">
<resultMap type="ExamPaperKnowledgePoints" id="ExamSpecialtyResult">
<result property="spId" column="sp_id" />
<result property="parentId" column="parent_id" />
<result property="ancestors" column="ancestors" />
@@ -26,7 +26,6 @@
<result property="orderNum" column="order_num" />
<result property="status" column="status" />
<result property="delFlag" column="deleted" />
<result property="tenantId" column="tenant_id" />
<result property="unite" column="unite" />
<result property="treeNum" column="tree_num" />
</resultMap>