Browse Source

fix:私信未读消息统计修改

duxin 1 năm trước cách đây
mục cha
commit
86d13f0090
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rpc/internal/common/sendMsg.go

+ 1 - 1
rpc/internal/common/sendMsg.go

@@ -285,7 +285,7 @@ SELECT
 	WHERE
 	my_position_id = %d  
 	AND unread > 0  
-	union 
+	UNION ALL
 	SELECT
 		SUM( unread ) as unread
 	FROM