From 518b7a20ef1add6c6910eca89b1fef0fbd83e03d Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期日, 01 一月 2023 07:03:19 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/PlanTypeMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/PlanTypeMapper.xml b/src/main/resources/mapper/PlanTypeMapper.xml
index 1565596..82abe06 100644
--- a/src/main/resources/mapper/PlanTypeMapper.xml
+++ b/src/main/resources/mapper/PlanTypeMapper.xml
@@ -10,6 +10,8 @@
<result column="flag" property="flag" />
<result column="form_id" property="formId" />
<result column="data" property="data" />
+ <result column="html" property="html" />
+ <result column="type" property="type" />
<result column="status" property="status" />
<result column="create_by" property="createBy" />
<result column="create_time" property="createTime" />
--
Gitblit v1.9.1