src/main/resources/mapper/UserMapper.xml
@@ -122,7 +122,7 @@ </select> <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" > select <include refid="Base_Column_List" /> * from user where id = #{id,jdbcType=INTEGER} </select>