Przeglądaj źródła

修改接口 :获取累计在线人次,改为th_westream_user表

tags/V1.7.0^2
wanghaoran 1 rok temu
rodzic
commit
318745501d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tuoheng-api/src/main/resources/mapper/WestreamUserMapper.xml

+ 1
- 1
tuoheng-api/src/main/resources/mapper/WestreamUserMapper.xml Wyświetl plik

@@ -5,7 +5,7 @@

<select id="selectOnlineNumSum" resultType="java.lang.Integer">
SELECT SUM(login_num)
FROM th_user_member
FROM th_westream_user
WHERE tenant_id = #{query.tenantId}
AND mark = 1
</select>

Ładowanie…
Anuluj
Zapisz