|
|
@@ -34,6 +34,7 @@
|
|
|
template_content,
|
|
|
template_code,
|
|
|
channel_id,
|
|
|
+ all_satisfy,
|
|
|
app_id,
|
|
|
create_time,
|
|
|
create_user_id,
|
|
|
@@ -46,6 +47,7 @@
|
|
|
#{templateContent},
|
|
|
#{templateCode},
|
|
|
#{channelId},
|
|
|
+ #{allSatisfy},
|
|
|
#{appId},
|
|
|
#{createTime},
|
|
|
#{createUserId},
|
|
|
@@ -116,6 +118,8 @@
|
|
|
t.template_content,
|
|
|
u.nick_name as nickName,
|
|
|
t.enabled,
|
|
|
+ t.all_satisfy,
|
|
|
+ t.can_modify,
|
|
|
t.update_time,
|
|
|
u_update.nick_name as updateNickName
|
|
|
FROM
|
|
|
@@ -139,6 +143,7 @@
|
|
|
<result column="template_name" property="templateName" />
|
|
|
<result column="template_content" property="templateContent" />
|
|
|
<result column="enabled" property="enabled" />
|
|
|
+ <result column="all_satisfy" property="allSatisfy" />
|
|
|
<collection property="configList" ofType="com.ytpm.risk.view.RiskConfigView">
|
|
|
<id column="config_id" property="configId" />
|
|
|
<result column="field_name" property="fieldName" />
|
|
|
@@ -155,6 +160,7 @@
|
|
|
rt.template_name,
|
|
|
rt.template_content,
|
|
|
rt.enabled,
|
|
|
+ rt.all_satisfy,
|
|
|
rc.config_id,
|
|
|
rc.field_name,
|
|
|
rc.field_desc,
|