修改了部分代码
This commit is contained in:
parent
9813fb594f
commit
fb84382306
|
@ -5,6 +5,8 @@
|
||||||
<title>修改书籍</title>
|
<title>修改书籍</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!--202201020242
|
||||||
|
李木-->
|
||||||
<h5>修改书籍信息</h5>
|
<h5>修改书籍信息</h5>
|
||||||
<form th:action="@{/updatebookscommit}" method="post">
|
<form th:action="@{/updatebookscommit}" method="post">
|
||||||
<input type="hidden" name="id" th:value="${book.id}"/>
|
<input type="hidden" name="id" th:value="${book.id}"/>
|
||||||
|
@ -17,6 +19,3 @@
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<!--202201020242
|
|
||||||
李木-->
|
|
Loading…
Reference in New Issue