Merge pull request #768 from toint-admin/fix/766

fix 过期 MySQL 取短链时间丢失精度
This commit is contained in:
zhao jun
2025-06-17 07:46:51 +08:00
committed by GitHub
@@ -7,9 +7,9 @@
<id column="id" jdbcType="INTEGER" property="id"/>
<result column="short_key" jdbcType="VARCHAR" property="shortKey"/>
<result column="url" jdbcType="LONGVARCHAR" property="url"/>
<result column="create_date" jdbcType="DATE" property="createDate"/>
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/>
<result column="storage_id" jdbcType="INTEGER" property="storageId"/>
<result column="expire_date" jdbcType="DATE" property="expireDate"/>
<result column="expire_date" jdbcType="TIMESTAMP" property="expireDate"/>
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->