|
@@ -264,7 +264,8 @@
|
|
|
p.qualificationNo as qualificationNo,
|
|
|
p.productName as productName,
|
|
|
p.qualificationTime as qualificationTime,
|
|
|
- p.qualificationLink as qualificationLink
|
|
|
+ p.qualificationLink as qualificationLink,
|
|
|
+ p.returnGoodsStutas
|
|
|
from product p
|
|
|
left join shop s on s.shopId = p.shopId
|
|
|
where p.productID = #{productId}
|
|
@@ -1310,4 +1311,7 @@
|
|
|
<select id="getShopid" resultType="java.lang.Integer">
|
|
|
select cmShopId from cm_brand_auth_user where authUserId=#{authUserId}
|
|
|
</select>
|
|
|
+ <select id="getHelpContent" resultType="java.lang.String">
|
|
|
+ select content from helppage where helpPageID=#{helpId}
|
|
|
+ </select>
|
|
|
</mapper>
|