質問編集履歴
2
試したこと追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -57,6 +57,8 @@
|
|
57
57
|
### 試したこと
|
58
58
|
|
59
59
|
select文等は正常な動作を確認しています。
|
60
|
+
${role}を#{role}に修正して確認しましたが同じexceptionが発生しました
|
61
|
+
org.apache.ibatis.binding.BindingException: Parameter 'rogin' not found. Available parameters are [arg3, arg2, param5, arg4, arg1, arg0, param3, param4, param1, param2]
|
60
62
|
|
61
63
|
### 補足情報(FW/ツールのバージョンなど)
|
62
64
|
|
1
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
Mybatisのinsertでorg.apache.ibatis.binding.BindingExceptionが発生する
|
body
CHANGED
File without changes
|