|
|
@@ -219,10 +219,12 @@
|
|
|
<result property="followUpCount" column="follow_up_count"/>
|
|
|
<result property="assessCount" column="assess_count"/>
|
|
|
<result property="lastBeforeQuestionTime" column="last_before_question_time"/>
|
|
|
+ <result property="wxUserId" column="wx_user_id"/>
|
|
|
<result property="wxUserNickname" column="wx_user_nickname"/>
|
|
|
<result property="wxUserAvatar" column="wx_user_avatar"/>
|
|
|
<result property="doctorNickname" column="doctor_nickname"/>
|
|
|
<result property="doctorAvatar" column="doctor_avatar"/>
|
|
|
+ <result property="doctorId" column="doctor_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectClinicByCondition" resultMap="webClinicListVO">
|
|
|
@@ -240,10 +242,12 @@
|
|
|
bcr.follow_up_count as follow_up_count,
|
|
|
bcr.assess_count as assess_count,
|
|
|
bcr.last_before_question_time as last_before_question_time,
|
|
|
+ bwu.id as wx_user_id,
|
|
|
bwu.nickname as wx_user_nickname,
|
|
|
bwu.avatar as wx_user_avatar,
|
|
|
su.nickname as doctor_nickname,
|
|
|
su.avatar as doctor_avatar,
|
|
|
+ su.id as doctor_id,
|
|
|
bcr.create_time as create_time
|
|
|
FROM
|
|
|
biz_clinic_room bcr
|