|
@@ -24,7 +24,7 @@
|
|
<resultMap id="BaseResultMapVO" type="com.hssx.pcbms.entity.vo.IdeaVO">
|
|
<resultMap id="BaseResultMapVO" type="com.hssx.pcbms.entity.vo.IdeaVO">
|
|
<id column="id" property="id" />
|
|
<id column="id" property="id" />
|
|
<result column="uid" property="uid" />
|
|
<result column="uid" property="uid" />
|
|
- <result column="indate" property="indate" />
|
|
|
|
|
|
+ <result column="idea_indate" property="indate" />
|
|
<result column="idea_content" property="content" />
|
|
<result column="idea_content" property="content" />
|
|
<result column="score" property="score" />
|
|
<result column="score" property="score" />
|
|
<result column="is_draft" property="isDraft" />
|
|
<result column="is_draft" property="isDraft" />
|
|
@@ -41,7 +41,7 @@
|
|
|
|
|
|
<select id="getIdeaListByUid" resultMap="BaseResultMapVO">
|
|
<select id="getIdeaListByUid" resultMap="BaseResultMapVO">
|
|
select
|
|
select
|
|
- i.id, i.uid, i.indate, i.content idea_content, i.score, i.is_draft, i.is_evaluated, i.score_id,
|
|
|
|
|
|
+ i.id, i.uid, i.indate idea_indate, i.content idea_content, i.score, i.is_draft, i.is_evaluated, i.score_id,
|
|
ic.id cid,ic.idea_id, ic.content, ic.responder_id, ic.responder, ic.indate
|
|
ic.id cid,ic.idea_id, ic.content, ic.responder_id, ic.responder, ic.indate
|
|
from
|
|
from
|
|
idea i
|
|
idea i
|