修改了部分代码
This commit is contained in:
parent
9813fb594f
commit
fb84382306
|
@ -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
|
||||
李木-->
|
Loading…
Reference in New Issue