Showing
1 changed file
with
1 additions
and
1 deletions
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > |
3 | <mapper namespace="com.yoho.search.dal.ProductVectorFeatureMapper"> | 3 | <mapper namespace="com.yoho.search.dal.ProductVectorFeatureMapper"> |
4 | <resultMap id="BaseResultMap" type="com.yoho.search.dal.model.ProductVectorFeature"> | 4 | <resultMap id="BaseResultMap" type="com.yoho.search.dal.model.ProductVectorFeature"> |
5 | - <id column="id" property="id" jdbcType="LONG"/> | 5 | + <id column="id" property="id" jdbcType="BIGINT"/> |
6 | <result column="product_skn" property="productSkn" jdbcType="INTEGER"/> | 6 | <result column="product_skn" property="productSkn" jdbcType="INTEGER"/> |
7 | <result column="generate_date" property="generateDate" jdbcType="VARCHAR"/> | 7 | <result column="generate_date" property="generateDate" jdbcType="VARCHAR"/> |
8 | <result column="feature_value" property="featureValue" jdbcType="VARCHAR"/> | 8 | <result column="feature_value" property="featureValue" jdbcType="VARCHAR"/> |
-
Please register or login to post a comment