Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Noverish committed May 28, 2024
1 parent a733afd commit a57fd2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</insert>

<delete id="deleteWithTagIds">
DELETE
DELETE dtm.*
FROM diary_tag_mapping dtm
INNER JOIN diary_tag dt ON dt.id = dtm.tag_id
<where>
Expand Down

0 comments on commit a57fd2f

Please sign in to comment.