lyhzzz 2 anos atrás
pai
commit
7bd89066c9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/mapper/tk/RoomDanmakuMapper.xml

+ 1 - 1
src/main/resources/mapper/tk/RoomDanmakuMapper.xml

@@ -17,7 +17,7 @@
             and rd.room_id = #{roomId}
         </if>
         <if test="startTime != null and endTime !=null ">
-            and  rd.wirte_time between #{startTime} and #{endTime}
+            and  rd.write_time between #{startTime} and #{endTime}
         </if>
         group by rd.room_id,rd.user_id,rd.nick_name,r.room_title,wx.phone_number
     </select>