Ver a proveniência

//bug

release_toaliyun_real
xhxu há 3 anos
ascendente
cometimento
81ce3dec15
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      mallinkService/src/main/resources/mapper/TtMallGoodsCategoryMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/TtMallGoodsCategoryMapper.xml Ver ficheiro

@@ -7,7 +7,7 @@
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId"/> <result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId"/>
<result column="software_fee" jdbcType="INTEGER" property="softwareFee" /> <result column="software_fee" jdbcType="INTEGER" property="softwareFee" />
</resultMap> </resultMap>
<sql id="allColumns"> <sql id="allColumns">
`goods_category_id`,`tenant_id`,`parent_tenant_id`,`software_fee` `goods_category_id`,`tenant_id`,`parent_tenant_id`,`software_fee`
</sql> </sql>
@@ -81,7 +81,7 @@




<resultMap id="BaseResultMapVo" type="com.iformall.domain.vo.TtMallGoodsCategoryVo"> <resultMap id="BaseResultMapVo" type="com.iformall.domain.vo.TtMallGoodsCategoryVo">
<result column="id" jdbcType="INTEGER" property="goodsCategoryId" />
<result column="id" jdbcType="INTEGER" property="id" />
<result column="level" jdbcType="INTEGER" property="level" /> <result column="level" jdbcType="INTEGER" property="level" />
<result column="name" jdbcType="VARCHAR" property="name" /> <result column="name" jdbcType="VARCHAR" property="name" />
<result column="parent_id" jdbcType="INTEGER" property="parentId" /> <result column="parent_id" jdbcType="INTEGER" property="parentId" />


Carregando…
Cancelar
Guardar