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}