学员签字重复bug

dev
zhangyue 2026-03-10 18:30:15 +08:00
parent 1707e3907b
commit a141b99743
1 changed files with 3 additions and 2 deletions

View File

@ -99,10 +99,11 @@
AND ss.delete_enum = 'FALSE'
and ss.sign_url is not null
and ss.sign_url != ''
</where>
GROUP BY ss.id
order by
ss.create_time desc
</where>
</select>
<!--<select id="listAllByStudentId" resultType="com.zcloud.edu.persistence.dataobject.study.StudentSignDO">-->