Authored by wangnan9279

ufo用真实表名 fix

... ... @@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.yoho.search.dal.UfoProductMapper">
<resultMap id="BaseResultMap" type="com.yoho.search.dal.model.product.Product">
<resultMap id="BaseResultMap" type="com.yoho.search.dal.model.ufo_product.Product">
<id column="id" property="id" jdbcType="INTEGER"/>
<result column="product_name" property="productName" jdbcType="VARCHAR"/>
<result column="product_code" property="productCode" jdbcType="VARCHAR"/>
... ...