cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml
@@ -65,7 +65,8 @@ CONCAT('购买后', a.validDays, '天内有效') as validDays, a.sort, a.`status`, a.state a.state, a.type from t_course_package a left join t_course_package_type b on (a.coursePackageTypeId = b.id) where a.state != 3 and a.auditStatus = 2