feat:修改分组查询标注

This commit is contained in:
gyb 2026-03-25 15:51:40 +08:00
parent b6777f4776
commit cec154a8b2
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<foreach item="id" collection="list" open="(" separator="," close=")">
#{id}
</foreach>
and am.status = 1
order by am.update_time desc
</select>