From 35b9132edae12de2c7cce3a865817676a5a88495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E5=8F=89=E9=97=AA=E9=97=AA?= <18322780655@163.com> Date: Thu, 29 Aug 2024 15:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TbShopUserFlowMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/TbShopUserFlowMapper.xml b/src/main/resources/mapper/TbShopUserFlowMapper.xml index 3289fb2..f3dac2e 100644 --- a/src/main/resources/mapper/TbShopUserFlowMapper.xml +++ b/src/main/resources/mapper/TbShopUserFlowMapper.xml @@ -125,7 +125,7 @@ biz_code = #{bizCode,jdbcType=VARCHAR}, biz_name = #{bizName,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, - type = #{type,jdbcType=VARCHAR} + type = #{type,jdbcType=VARCHAR}, is_return=#{isReturn,jdbcType=VARCHAR} where id = #{id,jdbcType=INTEGER}