|
|
|
@ -12,7 +12,6 @@
|
|
|
|
|
<result property="territory" column="territory" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="publishDate" column="publish_date" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="timeliness" column="timeliness" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="autoLoseEffect" column="auto_lose_effect" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="execTimeBegin" column="exec_time_begin" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="execTimeEnd" column="exec_time_end" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="knowledgeTag" column="knowledge_tag" jdbcType="VARCHAR"/>
|
|
|
|
@ -28,7 +27,7 @@
|
|
|
|
|
id
|
|
|
|
|
,context_id,cover_id,
|
|
|
|
|
source,territory,publish_date,
|
|
|
|
|
timeliness,autoLoseEffect,exec_time_begin,exec_time_end,
|
|
|
|
|
timeliness,exec_time_begin,exec_time_end,
|
|
|
|
|
knowledge_tag,policy_type,publish_scope,create_user_id,
|
|
|
|
|
create_time,update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|