扫描音乐前清空数据库,以防止重复

This commit is contained in:
Yutousama 2022-05-17 15:33:37 +08:00
parent 7b533bb0df
commit ed659dfa65

View File

@ -537,6 +537,6 @@
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</update> </update>
<update id="truncate"> <update id="truncate">
TRUNCATE music_data; TRUNCATE `web_tools`.`music_data`;
</update> </update>
</mapper> </mapper>