回答編集履歴
1
edit
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
```html
|
40
40
|
|
41
|
-
<input type="checkbox" name="customid[]" th:value=
|
41
|
+
<input type="checkbox" name="customid[]" th:value="${customer.customid}">
|
42
42
|
|
43
43
|
```
|
44
44
|
|