查询逻辑修改

This commit is contained in:
张松 2025-01-03 22:23:50 +08:00
parent 2ea74b96b7
commit a5a206ae8a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
COUNT(*) AS courseDetailsCount
FROM
course_details
where course_details_id in
where course_details_id
GROUP BY
course_id