Browse Source

fix:会员营期看课统计已删除的课程过滤掉

caoliqin 16 hours ago
parent
commit
1f717b7e70

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

@@ -235,6 +235,7 @@
                 left join company on FIND_IN_SET(company.company_id, period.company_id) > 0
                 left join company_user on company_user.company_id = company.company_id
         where period.del_flag ='0' and period.period_name is not null
+        and a.del_flag = '0'
         ORDER BY
             a.day_date
     </select>