原文:Error setting non null for parameter #1 with JdbcType null .無效的列類型(Oracle)

一開始是檢查mapper.xml中是否存在沒有寫JdbcType ,后來寫了,因為這個屬性的實體類之前改過類型,所以重新編譯了一下,還是不行 ...

2020-04-13 18:27 0 6929 推薦指數:

查看詳情

Oracle索引Null

1.建立環境 create table t1 (id int,name varchar(10),age int); create table t2 (id int,name varchar ...

Wed Jun 06 19:17:00 CST 2012 3 2903
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM