|
@@ -127,7 +127,7 @@
|
|
where doctorId = #{doctorId}
|
|
where doctorId = #{doctorId}
|
|
</select>
|
|
</select>
|
|
<select id="getWxDoctorList" resultType="com.caimei.model.vo.WxDoctorListVo">
|
|
<select id="getWxDoctorList" resultType="com.caimei.model.vo.WxDoctorListVo">
|
|
- select d.id as doctorId, d.doctorType, d.name as doctorName,d.certificateNo,ifnull(cba.authParty,d.clubName) as clubName,d.image as doctorImage
|
|
|
|
|
|
+ select d.id as doctorId, d.doctorType, d.name as doctorName,d.englishName,d.certificateNo,ifnull(cba.authParty,d.clubName) as clubName,d.image as doctorImage
|
|
from cm_brand_doctor d
|
|
from cm_brand_doctor d
|
|
left join cm_brand_auth_user au on d.authUserId = au.authUserId
|
|
left join cm_brand_auth_user au on d.authUserId = au.authUserId
|
|
left join cm_brand_auth cba on d.authId = cba.id and cba.delFlag = 0
|
|
left join cm_brand_auth cba on d.authId = cba.id and cba.delFlag = 0
|