|
|
@@ -18,6 +18,7 @@
|
|
|
<result column="msg_type" property="msgType"/>
|
|
|
<result column="doctorNickname" property="doctorNickname"/>
|
|
|
<result column="doctorId" property="doctorId"/>
|
|
|
+ <result column="create_time" property="createTime"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
@@ -33,6 +34,7 @@
|
|
|
r.last_msg_time as last_msg_time,
|
|
|
r.sponsor_type as sponsor_type,
|
|
|
r.total_count as total_count,
|
|
|
+ r.create_time as create_time,
|
|
|
<if test="query.assistId != null">
|
|
|
ru.nickname as doctorNickname,
|
|
|
ru.user_id as doctorId,
|