Mybatis根據List批量查詢List結果
一、mapper接口 二、mapper.xml文件 數組參數 List參數 ...
https: blog.csdn.net qq article details ...
2019-03-28 11:39 0 1658 推薦指數:
一、mapper接口 二、mapper.xml文件 數組參數 List參數 ...
List<Integer> cityList = resourcePartnerService.selectCityList(userId); 需要在SQL里where語句加上 字段不為null,因為這個字段為null的數據存在。 ...
dao層代碼: xml文件對應的代碼: 完事。。。 ...