Authored by wangnan

fix

@@ -202,7 +202,7 @@ @@ -202,7 +202,7 @@
202 </foreach> 202 </foreach>
203 </select> 203 </select>
204 204
205 - <resultMap id="BaseResultMap" type="com.yoho.search.dal.model.StorageUpdateTime"> 205 + <resultMap id="StorageUpdateTimeBOMap" type="com.yoho.search.dal.model.StorageUpdateTime">
206 <id column="product_id" property="productId" jdbcType="INTEGER"/> 206 <id column="product_id" property="productId" jdbcType="INTEGER"/>
207 <result column="storageUpdateTime" property="storageUpdateTime" jdbcType="INTEGER"/> 207 <result column="storageUpdateTime" property="storageUpdateTime" jdbcType="INTEGER"/>
208 </resultMap> 208 </resultMap>