限时购接口修改

This commit is contained in:
zhh
2018-11-19 16:10:34 +08:00
parent 313e0cded0
commit 237ec4d94f
8 changed files with 131 additions and 28 deletions

View File

@@ -10,6 +10,9 @@
r.flash_promotion_price,
r.flash_promotion_count,
r.flash_promotion_limit,
r.flash_promotion_id,
r.flash_promotion_session_id,
r.product_id,
r.sort,
p.id p_id,
p.`name` p_name,
@@ -22,5 +25,6 @@
WHERE
r.flash_promotion_id = #{flashPromotionId}
AND r.flash_promotion_session_id = #{flashPromotionSessionId}
ORDER BY r.sort DESC
</select>
</mapper>