liujunchi 2 سال پیش
والد
کامیت
a5533d09e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/ActivityUserRewardMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/ActivityUserRewardMapper.xml

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