remove pageByBizId and add deleteByBizId

This commit is contained in:
Timi
2025-12-09 17:43:27 +08:00
parent 40760ed517
commit e2a3c193d8
3 changed files with 19 additions and 10 deletions
@@ -67,6 +67,12 @@
#{item}
</foreach>
</if>
<if test="md5s != null and 0 &lt; md5s.size()">
AND `md5` IN
<foreach collection="md5s" item="md5" open="(" separator="," close=")">
#{md5}
</foreach>
</if>
AND deleted_at IS NULL
AND destroy_at IS NULL
</select>