Commit 29a7d37e by guanchen

更新拓展用户数BUG修复

parent fedfec9b
......@@ -32,6 +32,6 @@ public class AgentExpandDailySqlProvider {
" GROUP BY 1) a " +
" JOIN user_agent b ON a.agent_id=b.agent_id " +
") a ON DUPLICATE KEY " +
"UPDATE updated_at=updated_at_;";
"UPDATE cnt_expand=cnt_expand_,updated_at=updated_at_;";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment