Commit 5f0b83f7 by “Kongxiangkun”

增加积分商城相关代码

parent b262a357
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<select id="productListExchange" resultType="com.yizhi.point.application.vo.domain.PointProductVo"> <select id="productListExchange" resultType="com.yizhi.point.application.vo.domain.PointProductVo">
SELECT * SELECT *
FROM point_product FROM point_product
WHERE state != 0 and ( now() between start_time and end_time ) WHERE state != 0
</select> </select>
<select id="getSumPointByProductId" resultType="java.lang.Integer"> <select id="getSumPointByProductId" resultType="java.lang.Integer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment