|
@@ -1,7 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.github.zuihou.business.goods.dao.GoodsMapper">
|
|
|
-
|
|
|
<!-- 通用查询映射结果 -->
|
|
|
<resultMap id="BaseResultMap" type="com.github.zuihou.business.goods.entity.Goods">
|
|
|
<id column="id" jdbcType="BIGINT" property="id"/>
|
|
@@ -19,6 +18,7 @@
|
|
|
<result column="goods_price" jdbcType="DECIMAL" property="goodsPrice"/>
|
|
|
<!-- <result column="goods_cate_name" jdbcType="VARCHAR" property="goodsCateName"/>-->
|
|
|
<result column="goods_weight" jdbcType="VARCHAR" property="goodsWeight"/>
|
|
|
+ <result column="region_id" jdbcType="BIGINT" property="regionId"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap id="SpeResultMap" type="com.github.zuihou.business.spe.entity.Spe">
|