Browse Source

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

duxin 1 year ago
parent
commit
86d13f0090
1 changed files with 1 additions and 1 deletions
  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