|
@@ -118,6 +118,9 @@
|
|
|
<select id="getShopCertById" resultType="java.lang.String">
|
|
|
SELECT image FROM shopcert WHERE shopID = #{shopId} AND shopCertTypeID = #{shopCertTypeId}
|
|
|
</select>
|
|
|
+ <select id="medicalPracticeLicense" resultType="java.lang.String">
|
|
|
+ SELECT medicalPracticeLicenseImg1 FROM shop WHERE shopID = #{shopId}
|
|
|
+ </select>
|
|
|
<select id="getShopHomeImages" resultType="com.caimei365.user.model.vo.ShopBannerVo">
|
|
|
select shopBannerID AS id, shopID AS shopId, image, link, title, info
|
|
|
from shopbanner where shopID = #{shopId}
|