|
|
@@ -6,17 +6,21 @@
|
|
|
<resultMap id="BaseResultMap" extends="com.storlead.framework.mybatis.mapper.SysBaseFieldMapper.BaseResultMap" type="com.storlead.message.pojo.entity.MessageTemplateEventGroupEntity">
|
|
|
<id column="id" property="id" />
|
|
|
<result column="template_service_name" property="templateServiceName" />
|
|
|
+ <result column="app_id" property="appId" />
|
|
|
<result column="template_service_type" property="templateServiceType" />
|
|
|
<result column="template_service_code" property="templateServiceCode" />
|
|
|
<result column="event_name" property="eventName" />
|
|
|
<result column="event_code" property="eventCode" />
|
|
|
<result column="event_rule_script" property="eventRuleScript" />
|
|
|
<result column="receiver_key" property="receiverKey" />
|
|
|
+ <result column="notice_app_code" property="noticeAppCode" />
|
|
|
+ <result column="arg_template_json" property="argTemplateJson" />
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, template_service_name, template_service_code, event_name, event_code, event_rule_script,receiver_key,
|
|
|
+ id, template_service_name, app_id, template_service_type, template_service_code, event_name, event_code,
|
|
|
+ event_rule_script, receiver_key, notice_app_code, arg_template_json,
|
|
|
<include refid="com.storlead.framework.mybatis.mapper.SysBaseFieldMapper.Base_Column_List"></include>
|
|
|
</sql>
|
|
|
|