|
@@ -8,11 +8,12 @@
|
|
|
<result column="template_name" property="templateName" />
|
|
|
<result column="template_id" property="templateId" />
|
|
|
<result column="template_variable" property="templateVariable" />
|
|
|
+ <result column="company_id" property="companyId" />
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, template_name, template_id, template_variable
|
|
|
+ id, template_name, template_id, template_variable, company_id
|
|
|
</sql>
|
|
|
|
|
|
</mapper>
|