背景 业务需求是根据批量手机号查询用户信息。 因此入参应该是 List<String>; 根据多个手机号批量查询用户,应该是一个很简单的需求。 <select id="queryUsersByMobileList" resultMap="BaseResultMap"> select <include refid="Base_Column_List"/> from t_user where user_type = 1 and deleted =