修改了部分代码

This commit is contained in:
LeeMONG 2024-09-22 16:18:38 +08:00
parent 9813fb594f
commit fb84382306
1 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,8 @@
<title>修改书籍</title>
</head>
<body>
<!--202201020242
李木-->
<h5>修改书籍信息</h5>
<form th:action="@{/updatebookscommit}" method="post">
<input type="hidden" name="id" th:value="${book.id}"/>
@ -17,6 +19,3 @@
</form>
</body>
</html>
<!--202201020242
李木-->