Преглед на файлове

待入账未统计专辑分润

liujunchi преди 2 години
родител
ревизия
d20c603543
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/UserAccountMapper.xml

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

@@ -177,6 +177,6 @@
         from user_cash_account_record t
         where t.in_or_out_ = 'IN' and t.err_flag_ != 1
           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>
 </mapper>