ibatis查询CHAR类型的字段

CHAR的定义是,即使数据库中实际存储的数据长度达不到字段定义的长度,也会用空格补齐

开发 

ibatis:There is no statement named insertComment in this SqlMap

在ibatis的sqlmap配置文件中配置了一个存储过程,存储过程的参数用了一个parameterMap来定义。但是调试时报错“There is no statement named insertComment in this SqlMap”。

开发 

excel引用其他表数据

excel引用其他表数据

其它