From ed659dfa65923c73fa1204e90878685e6663628b Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Tue, 17 May 2022 15:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E6=8F=8F=E9=9F=B3=E4=B9=90=E5=89=8D?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E6=95=B0=E6=8D=AE=E5=BA=93=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/MusicDataDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/MusicDataDao.xml b/src/main/resources/mappers/MusicDataDao.xml index 91f031f..00d65a1 100644 --- a/src/main/resources/mappers/MusicDataDao.xml +++ b/src/main/resources/mappers/MusicDataDao.xml @@ -537,6 +537,6 @@ where id = #{id,jdbcType=INTEGER} - TRUNCATE music_data; + TRUNCATE `web_tools`.`music_data`; \ No newline at end of file