mybatis参数传值,多个字符串类型,或其他包装类
2020-11-19 本文已影响0人
屎倒淋头还嚼便
List<AllMethods> methodInfoInClass(@Param("packageName")String packageName,
@Param("simpleClassName")String simpleClassName,@Param("productionTaskNumber")String productionTaskNumber);
上面parameterType不用写。
如果,参数类型是 User这种,取值时: #{user.name},那么参数类型为:parameterType="map"