Browse Source

//类目-1.2

release_toaliyun_real
xhxu 3 years ago
parent
commit
2006f9828e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/TtGoodsCategoryMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/TtGoodsCategoryMapper.xml View File

@@ -7,8 +7,8 @@
<result column="name" jdbcType="VARCHAR" property="name" />
<result column="parent_id" jdbcType="INTEGER" property="parentId" />
<result column="enable" jdbcType="INTEGER" property="enable" />
<result column="isLeaf" jdbcType="INTEGER" property="is_leaf" />
<result column="service_fee" jdbcType="INTEGER" property="service_fee" />
<result column="is_leaf" jdbcType="INTEGER" property="isLeaf" />
<result column="service_fee" jdbcType="INTEGER" property="serviceFee" />
</resultMap>
<sql id="allColumns">


Loading…
Cancel
Save