|
|
|
@@ -81,7 +81,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="BaseResultMapVo" type="com.iformall.domain.vo.TtMallGoodsCategoryVo"> |
|
|
|
<result column="id" jdbcType="INTEGER" property="id" /> |
|
|
|
<result column="id" jdbcType="INTEGER" property="categoryId" /> |
|
|
|
<result column="level" jdbcType="INTEGER" property="level" /> |
|
|
|
<result column="name" jdbcType="VARCHAR" property="name" /> |
|
|
|
<result column="parent_id" jdbcType="INTEGER" property="parentId" /> |
|
|
|
|