Explorar el Código

1、红包记录问题调整

yfh hace 1 semana
padre
commit
a6414a6cdd

+ 1 - 1
fs-service/src/main/resources/mapper/course/FsUserCourseMapper.xml

@@ -148,7 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 and fcwl.log_type = 2
             </when>
             <when test="params.type == 2">
-                and fcwl.log_type = 4
+                and (fcwl.log_type = 4 or fcwl.log_type = 1)
             </when>
         </choose>
         group by fu.user_id, fucv.video_id, fu.nick_name, fu.username, fu.avatar, fu.phone, fu.create_time