Explorar el Código

//类目-1.2

release_toaliyun_real
xhxu hace 3 años
padre
commit
2006f9828e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/TtGoodsCategoryMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/TtGoodsCategoryMapper.xml Ver fichero

@@ -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">


Cargando…
Cancelar
Guardar