fanli/src/main/java/com/yeshi/fanli/mapping/msg/MsgDeviceReadStateMapper.xml
@@ -76,7 +76,7 @@ <if test="unReadCount != null">#{unReadCount,jdbcType=INTEGER},</if> <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if> <if test="updateTime != null">#{updateTime,jdbcType=TIMESTAMP},</if> <if test="latestContent != null">#{latestContent,jdbcType=VARCHAR}</if> <if test="latestContent != null">#{latestContent,jdbcType=VARCHAR},</if> <if test="latestContentTime != null">#{latestContentTime,jdbcType=TIMESTAMP}</if> </trim> </insert>