fix: 绑定功能优化完善,新增清零功能接口。

This commit is contained in:
tianyongbao
2026-07-11 19:16:18 +08:00
parent c3cb49a156
commit 0d34efdfa7
8 changed files with 187 additions and 12 deletions

View File

@@ -120,4 +120,8 @@
ORDER BY `time` DESC
LIMIT 1
</select>
<update id="dropSubTable">
DROP TABLE IF EXISTS `fishery`.`t_${serialNum}`
</update>
</mapper>