From e25daf269d3324cff4295ffabeac8e50137895f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=B9=E7=BA=A2?= Date: Thu, 4 Jan 2024 15:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/HyPartnerExhibitionMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerExhibitionMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerExhibitionMapper.xml index 853a5c536..f0bf9a590 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerExhibitionMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerExhibitionMapper.xml @@ -299,6 +299,9 @@ deleted = #{deleted,jdbcType=BIT}, + + check_in_time = #{checkInTime,jdbcType=TIMESTAMP}, + where id = #{id,jdbcType=BIGINT}