Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
19d1175a
Commit
19d1175a
authored
Nov 05, 2019
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
好友数量
parent
78e7a037
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
BookGroupMapper.xml
...-book/src/main/resources/mapper/group/BookGroupMapper.xml
+2
-3
No files found.
pcloud-service-book/src/main/resources/mapper/group/BookGroupMapper.xml
View file @
19d1175a
...
@@ -446,14 +446,13 @@
...
@@ -446,14 +446,13 @@
<select
id=
"getBookGroupFriendsCountByAdviser"
resultType=
"integer"
parameterType=
"long"
>
<select
id=
"getBookGroupFriendsCountByAdviser"
resultType=
"integer"
parameterType=
"long"
>
SELECT
SELECT
COUNT(DISTINCT c.wx_id)
COUNT(DISTINCT c.wx_
user_
id)
FROM
FROM
book_group G
book_group G
LEFT JOIN
join_group_ciph
er c ON G.id = c.book_group_id
LEFT JOIN
book_group_cipher_us
er c ON G.id = c.book_group_id
WHERE
WHERE
G.create_user = #{adviserId, jdbcType=BIGINT}
G.create_user = #{adviserId, jdbcType=BIGINT}
AND G.is_delete = 0
AND G.is_delete = 0
AND c.has_used = 1
</select>
</select>
<!--根据社群码暗号获取-->
<!--根据社群码暗号获取-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment