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.UfoProductMapper"> | 3 | <mapper namespace="com.yoho.search.dal.UfoProductMapper"> |
4 | 4 | ||
5 | - <resultMap id="BaseResultMap" type="com.yoho.search.dal.model.product.Product"> | 5 | + <resultMap id="BaseResultMap" type="com.yoho.search.dal.model.ufo_product.Product"> |
6 | <id column="id" property="id" jdbcType="INTEGER"/> | 6 | <id column="id" property="id" jdbcType="INTEGER"/> |
7 | <result column="product_name" property="productName" jdbcType="VARCHAR"/> | 7 | <result column="product_name" property="productName" jdbcType="VARCHAR"/> |
8 | <result column="product_code" property="productCode" jdbcType="VARCHAR"/> | 8 | <result column="product_code" property="productCode" jdbcType="VARCHAR"/> |
-
Please register or login to post a comment