摘要: 1. MyBatis的传入参数parameterType类型分两种 1. 1. 基本数据类型:int,string,long,Date; 1. 2. 复杂数据类型:类和Map 2. 如何获取参数中的值: 2.1 基本数据类型:#{参数} 获取参数中的值 2.2 复杂数据类型:#{属性名} ,map中 阅读全文
posted @ 2019-02-25 15:04 Andrew_F 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 转载自博客https://www.jianshu.com/p/7ac04a501eba 阅读全文
posted @ 2019-02-25 11:05 Andrew_F 阅读(474) 评论(0) 推荐(0) 编辑