扫描音乐前清空数据库,以防止重复
This commit is contained in:
parent
7b533bb0df
commit
ed659dfa65
@ -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>
|
Loading…
Reference in New Issue
Block a user