This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_qmhh_move_20240705
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Merge branch 'hotfix'
tags/V1.7.0
wanghaoran
1 year ago
parent
a99c52eb56
318745501d
commit
8f19eda603
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tuoheng-api/src/main/resources/mapper/WestreamUserMapper.xml
+ 1
- 1
tuoheng-api/src/main/resources/mapper/WestreamUserMapper.xml
View File
@@ -5,7 +5,7 @@
<select id="selectOnlineNumSum" resultType="java.lang.Integer">
SELECT SUM(login_num)
FROM th_
user_memb
er
FROM th_
westream_us
er
WHERE tenant_id = #{query.tenantId}
AND mark = 1
</select>
Write
Preview
Loading…
Cancel
Save