main
parent
262c099b43
commit
713f9ffd76
|
|
@ -105,7 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<delete id="deleteAppDynamicCommentByParentId" parameterType="Long">
|
<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>
|
||||||
|
|
||||||
<delete id="deleteAppDynamicCommentByIds" parameterType="String">
|
<delete id="deleteAppDynamicCommentByIds" parameterType="String">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue