|
@@ -91,6 +91,7 @@
|
|
from cm_brand_doctor
|
|
from cm_brand_doctor
|
|
where certificateNo = #{certificateNo}
|
|
where certificateNo = #{certificateNo}
|
|
and authUserId = #{authUserId}
|
|
and authUserId = #{authUserId}
|
|
|
|
+ limit 1
|
|
</select>
|
|
</select>
|
|
<select id="getBannerList" resultType="java.lang.String">
|
|
<select id="getBannerList" resultType="java.lang.String">
|
|
select banner from cm_brand_doctor_banner where doctorId = #{doctorId}
|
|
select banner from cm_brand_doctor_banner where doctorId = #{doctorId}
|