From e6fa8c7fa8455eb7c4c704032c45c162e1446e38 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 7 Apr 2023 18:23:40 +0800 Subject: [PATCH] //MALL FEE --- .../src/main/resources/mapper/TtMallGoodsCategoryMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/TtMallGoodsCategoryMapper.xml b/mallinkService/src/main/resources/mapper/TtMallGoodsCategoryMapper.xml index ef75c1254..7dc02206b 100644 --- a/mallinkService/src/main/resources/mapper/TtMallGoodsCategoryMapper.xml +++ b/mallinkService/src/main/resources/mapper/TtMallGoodsCategoryMapper.xml @@ -71,7 +71,7 @@ (#{item.goodsCategoryId,jdbcType=INTEGER}, #{item.tenantId,jdbcType=VARCHAR}, #{item.parentTenantId,jdbcType=VARCHAR}, - #{item.software_fee,jdbcType=INTEGER}, + #{item.softwareFee,jdbcType=INTEGER}, #{item.createDate,jdbcType=TIMESTAMP}, #{item.updateDate,jdbcType=TIMESTAMP})