From be7fee6b53f3afcc0ed47e27351f57da28a286cf Mon Sep 17 00:00:00 2001 From: "shuo.wang" Date: Fri, 21 Feb 2025 16:03:17 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/LinePayMapper.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/coolstore-partner-dao/src/main/resources/mapper/LinePayMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/LinePayMapper.xml index 252d875c7..c2977f62d 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/LinePayMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/LinePayMapper.xml @@ -111,6 +111,9 @@ amount, + + combined_field, + @@ -176,6 +179,9 @@ #{amount}, + + #{combinedField,jdbcType=VARCHAR}, + @@ -238,6 +244,9 @@ amount = #{amount,jdbcType=VARCHAR}, + + combined_field = #{combinedField,jdbcType=VARCHAR}, + where id = #{id,jdbcType=BIGINT}