查询逻辑修改

This commit is contained in:
张松
2025-01-03 22:21:37 +08:00
parent 5aeee2da3a
commit 2ea74b96b7
3 changed files with 3 additions and 5 deletions

View File

@@ -68,9 +68,7 @@
FROM
course_details
where course_details_id in
<foreach collection="detailIdList" item="ids" open="(" separator="," close=")">
#{ids}
</foreach>
GROUP BY
course_id
</select>