bugfix:增加字段,解决报送时间不正确的问题

release_1.0.0
liu 8 months ago
parent bcf8f80cf0
commit 6056be868b

@ -15,6 +15,7 @@
<result property="knowledgeFrom" column="knowledge_from" jdbcType="INTEGER"/>
<result property="status" column="status" jdbcType="INTEGER"/>
<result property="submitDeptId" column="submitted_dept" jdbcType="VARCHAR"/>
<result property="submitDate" column="submit_date" jdbcType="TIMESTAMP"/>
<result property="draftBelongUserId" column="draft_belong_user_id" jdbcType="VARCHAR"/>
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
@ -26,7 +27,7 @@
id
,title,excerpt,content_id,info_id,
base_id,publish_dept_id,knowledge_from,
status,submit_dept_id,create_user_id,
status,submit_dept_id,submit_date,create_user_id,
create_time,update_user_id,update_time
</sql>
<select id="queryKnowledgePage" resultType="com.supervision.knowsub.vo.knowledge.KnowledgePageResVO">

Loading…
Cancel
Save