This commit is contained in:
van
2026-04-01 17:12:47 +08:00
parent 75d7c8e6de
commit 2fb9777342
10 changed files with 116 additions and 0 deletions

View File

@@ -61,4 +61,8 @@
#{id}
</foreach>
</delete>
<delete id="deleteAllWeComInboundTrace">
delete from wecom_inbound_trace
</delete>
</mapper>