Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
huhu-partner
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guanchen
huhu-partner
Commits
29a7d37e
Commit
29a7d37e
authored
Jul 17, 2019
by
guanchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新拓展用户数BUG修复
parent
fedfec9b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AgentExpandDailySqlProvider.java
.../lanren/huhu/partner/dao/AgentExpandDailySqlProvider.java
+1
-1
No files found.
src/main/java/com/lanren/huhu/partner/dao/AgentExpandDailySqlProvider.java
View file @
29a7d37e
...
@@ -32,6 +32,6 @@ public class AgentExpandDailySqlProvider {
...
@@ -32,6 +32,6 @@ public class AgentExpandDailySqlProvider {
" GROUP BY 1) a "
+
" GROUP BY 1) a "
+
" JOIN user_agent b ON a.agent_id=b.agent_id "
+
" JOIN user_agent b ON a.agent_id=b.agent_id "
+
") a ON DUPLICATE KEY "
+
") a ON DUPLICATE KEY "
+
"UPDATE updated_at=updated_at_;"
;
"UPDATE
cnt_expand=cnt_expand_,
updated_at=updated_at_;"
;
}
}
}
}
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