linhw 2024-04-24 17:09:36 +08:00
parent 262c099b43
commit 713f9ffd76
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete>
<delete id="deleteAppDynamicCommentByParentId" parameterType="Long">
delete from app_dynamic_comment where parent_ids LIKE CONCAT('%',#{parentId},'%'))
delete from app_dynamic_comment where parent_ids LIKE CONCAT('%',#{parentId},'%')
</delete>
<delete id="deleteAppDynamicCommentByIds" parameterType="String">