修復字段轉換問題2
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</select>
|
||||
|
||||
<select id="getUserInRoomUidByUid" resultType="com.accompany.business.model.UserInRoomRecord">
|
||||
select roomUid,max(update_time) as updateTime
|
||||
select roomUid,date_format(max(update_time), '%Y-%m-%d %H:%i:%s') as updateTime
|
||||
from user_in_room_record
|
||||
where status = 1 and uid = #{uid} and roomUid != #{uid}
|
||||
and update_time >= #{startDate} and update_time <= #{endDate}
|
||||
|
Reference in New Issue
Block a user