質問編集履歴
3
質問を追加しています・
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
+
`時間がDBに登録できません。コードを変えたりしてみましたが、うまくいかないです。
|
2
|
+
|
1
|
-
|
3
|
+
どのようにすると登録できますでしょうか。![イメージ説明](33e978cf7a50c8008573996f4681685c.png)
|
2
4
|
|
3
5
|
``````ここに言語![イメージ説明](f14ecc0f5e850887923a5f8a4890517e.png)
|
4
6
|
|
2
追加しています。
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
時間がDBに登録できません。コードを変えたりしてみましたが、うまくいかないです。![イメージ説明](33e978cf7a50c8008573996f4681685c.png)
|
1
|
+
`時間がDBに登録できません。コードを変えたりしてみましたが、うまくいかないです。![イメージ説明](33e978cf7a50c8008573996f4681685c.png)
|
2
2
|
|
3
3
|
``````ここに言語![イメージ説明](f14ecc0f5e850887923a5f8a4890517e.png)
|
4
4
|
|
@@ -109,3 +109,23 @@
|
|
109
109
|
`
|
110
110
|
|
111
111
|
`````
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
```ここに言語を入力
|
118
|
+
|
119
|
+
<insert id="nissiinput">
|
120
|
+
|
121
|
+
INSERT INTO nurserydiary
|
122
|
+
|
123
|
+
(childrenid,name,sleepstarttime,sleependtime,mood,poop,meal,phase,communication,daybookwriter,writedate)
|
124
|
+
|
125
|
+
VALUES(#{childrenid},#{name},#{startTime1},#{endTime1},#{mood},#{poop},#{meal},#{phase},#{communication},
|
126
|
+
|
127
|
+
#{daybookwriter},#{theDate})
|
128
|
+
|
129
|
+
</insert>
|
130
|
+
|
131
|
+
```
|
1
エラー内容を追加してます
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
時間がDBに登録できません。コードを変えたりしてみましたが、うまくいかないです。
|
1
|
+
時間がDBに登録できません。コードを変えたりしてみましたが、うまくいかないです。![イメージ説明](33e978cf7a50c8008573996f4681685c.png)
|
2
2
|
|
3
|
-
``````ここに言語
|
3
|
+
``````ここに言語![イメージ説明](f14ecc0f5e850887923a5f8a4890517e.png)
|
4
4
|
|
5
5
|
<td>開始時刻</td>
|
6
6
|
|
@@ -100,6 +100,12 @@
|
|
100
100
|
|
101
101
|
```
|
102
102
|
|
103
|
+
<エラー>Sat Nov 23 15:32:38 JST 2019
|
103
104
|
|
105
|
+
There was an unexpected error (type=Internal Server Error, status=500).
|
104
106
|
|
105
|
-
|
107
|
+
### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: (conn=1032) Column 'sleepstarttime' cannot be null ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: INSERT INTO nurserydiary (childrenid,name,sleepstarttime,sleependtime,mood,poop,meal,phase,communication,daybookwriter,writedate) VALUES(?,?,?,?,?,?,?,?,?, ?,?) ### Cause: java.sql.SQLIntegrityConstraintViolationException: (conn=1032) Column 'sleepstarttime' cannot be null ; (conn=1032) Column 'sleepstarttime' cannot be null; nested exception is java.sql.SQLIntegrityConstraintViolationException: (conn=1032) Column 'sleepstarttime' cannot be null
|
108
|
+
|
109
|
+
`
|
110
|
+
|
111
|
+
`````
|