Aslee 3 năm trước cách đây
mục cha
commit
df7c00e7fb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main/resources/mapper/DoctorMapper.xml

+ 1 - 0
src/main/resources/mapper/DoctorMapper.xml

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