admin
2019-06-14 1e92eff67b997263ecefa255c63eb6641c47b57f
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>