fanli/src/main/java/com/yeshi/fanli/mapping/user/UserActiveLogMapper.xml
@@ -72,7 +72,7 @@ <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if> <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if> <if test="deviceType != null">#{deviceType,jdbcType=VARCHAR},</if> <if test="osVersion != null">#{osVersion,jdbcType=VARCHAR}</if> <if test="osVersion != null">#{osVersion,jdbcType=VARCHAR},</if> <if test="device != null">#{device,jdbcType=VARCHAR}</if> </trim> </insert>