记得上下班打卡 | git大法好,push需谨慎

Commit 9978b290 authored by jiangxiulong's avatar jiangxiulong

prize_type_num to prize_num

parent 1303022b
......@@ -3,7 +3,7 @@
<mapper namespace="com.liquidnet.service.sweet.mapper.SweetIntegralActivityPrizeMapper">
<select id="sureTotalPrizeNum" resultType="java.lang.Integer">
select count(prize_type_num)
select count(prize_num)
from sweet_integral_activity_prize
<where>
<if test="integralActivityId != null and integralActivityId != ''">
......@@ -13,7 +13,7 @@
</where>
</select>
<select id="otherTotalPrizeNum" resultType="java.lang.Integer">
select count(prize_type_num)
select count(prize_num)
from sweet_integral_activity_prize
<where>
<if test="integralActivityId != null and integralActivityId != ''">
......
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