|
@@ -177,6 +177,6 @@
|
|
from user_cash_account_record t
|
|
from user_cash_account_record t
|
|
where t.in_or_out_ = 'IN' and t.err_flag_ != 1
|
|
where t.in_or_out_ = 'IN' and t.err_flag_ != 1
|
|
and t.account_id_ = #{param.userId}
|
|
and t.account_id_ = #{param.userId}
|
|
- and t.biz_type_ in ('LIVE_SHARE','VIDEO_SHARE','MUSIC_SHARE','VIP_SHARE','MALL_SHARE','ACTI_REGIST_SHARE')
|
|
|
|
|
|
+ and t.biz_type_ in ('LIVE_SHARE','VIDEO_SHARE','MUSIC_SHARE','ALBUM_SHARE','VIP_SHARE','MALL_SHARE','ACTI_REGIST_SHARE')
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|