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
868a76c7
Commit
868a76c7
authored
Oct 24, 2019
by
guanchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复遗留错误数据
parent
dfba251b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
sql.log
src/main/resources/static/sql.log
+31
-0
No files found.
src/main/resources/static/sql.log
View file @
868a76c7
...
...
@@ -217,3 +217,34 @@ ADD COLUMN `settle_time` datetime(0) NULL COMMENT '结算奖励的时间: 淘宝
ALTER TABLE `huhu`.`agent_reward`
ADD COLUMN `settle_time` datetime(0) NULL COMMENT '结算奖励的时间: 淘宝客/京东联盟为确认收货时间, 其他类型奖励同于recharge_time' AFTER `ratio_all`;
10月25结算
update agent_reward
set ratio_all='[1,"0.03600000",0.03]'
where settle_time>='2019-09-01 00:00:00'
and ratio_all like '%0.03]'
and ratio_all not like ',0.03]'
and ratio_all='[1,"0.03600000"0.03]';
update agent_reward
set ratio_all='["1","0.27000000","0.01",0.03]'
where settle_time>='2019-09-01 00:00:00'
and ratio_all like '%0.03]'
and ratio_all not like ',0.03]'
and ratio_all='["1","0.27000000","0.01"0.03]';
update agent_reward
set ratio_all='[1,"0.00900000",0.03]'
where settle_time>='2019-09-01 00:00:00'
and ratio_all like '%0.03]'
and ratio_all not like ',0.03]'
and ratio_all='[1,"0.00900000"0.03]';
update agent_reward
set ratio_all='["1","0.04500000","0.01",0.03]'
where settle_time>='2019-09-01 00:00:00'
and ratio_all like '%0.03]'
and ratio_all not like ',0.03]'
and ratio_all='["1","0.04500000","0.01"0.03]';
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