|
@@ -106,7 +106,7 @@
|
|
</update>
|
|
</update>
|
|
<sql id="selectReceiveRewardSql">
|
|
<sql id="selectReceiveRewardSql">
|
|
<where>
|
|
<where>
|
|
- ar.reward_type_ != 'ACTUAL'
|
|
|
|
|
|
+ ar.reward_type_ != 'ACTUAL' and grant_flag_=1
|
|
<if test="query.userId != null">
|
|
<if test="query.userId != null">
|
|
and aur.user_id_ = #{query.userId}
|
|
and aur.user_id_ = #{query.userId}
|
|
</if>
|
|
</if>
|