Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
afanti-open-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-ms
afanti-open-api
Commits
93ca9cf7
Commit
93ca9cf7
authored
Sep 13, 2024
by
陈炎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
红旗活动数据接口
parent
df68f77e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
DwdKuaishouAuthorInfoMapper.java
...car/afantiopenapi/mapper/DwdKuaishouAuthorInfoMapper.java
+2
-2
No files found.
src/main/java/com/afanticar/afantiopenapi/mapper/DwdKuaishouAuthorInfoMapper.java
View file @
93ca9cf7
...
...
@@ -123,7 +123,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" t3.nickname , "
+
" t1.publish_time , "
+
" t1.statistics_total_watch_user_count , "
+
"
t1.statistics_live_time/60
statistics_live_time, "
+
"
round(t1.statistics_live_time/60, 2)
statistics_live_time, "
+
" t1.statistics_total_polling_count as polling_cnt, "
+
" t1.statistics_total_like_count like_cnt, "
+
" t1.statistics_total_comment_count comment_cnt, "
+
...
...
@@ -167,7 +167,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" t3.nickname , "
+
" t1.publish_time , "
+
" t1.statistics_total_watch_user_count , "
+
"
t1.statistics_live_time/60
statistics_live_time, "
+
"
round(t1.statistics_live_time/60, 2)
statistics_live_time, "
+
" t1.statistics_total_polling_count as polling_cnt, "
+
" t1.statistics_total_like_count like_cnt, "
+
" t1.statistics_total_comment_count comment_cnt, "
+
...
...
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