正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -145,6 +145,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC | @@ -145,6 +145,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC | ||
145 | DividendsIncentivesStage: v.DividendsStage, | 145 | DividendsIncentivesStage: v.DividendsStage, |
146 | DividendsIncentivesStageEnd: time.Unix(int64(v.DividendsStageEnd/1e3), 0), | 146 | DividendsIncentivesStageEnd: time.Unix(int64(v.DividendsStageEnd/1e3), 0), |
147 | DividendsIncentivesStageStart: time.Unix(int64(v.DividendsStageStart/1e3), 0), | 147 | DividendsIncentivesStageStart: time.Unix(int64(v.DividendsStageStart/1e3), 0), |
148 | + Remarks: v.Remarks, | ||
148 | } | 149 | } |
149 | rules1 = append(rules1, r) | 150 | rules1 = append(rules1, r) |
150 | } | 151 | } |
@@ -158,6 +159,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC | @@ -158,6 +159,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC | ||
158 | MoneyIncentivesTime: time.Unix(int64(v.MoneyIncentivesTime/1e3), 0), | 159 | MoneyIncentivesTime: time.Unix(int64(v.MoneyIncentivesTime/1e3), 0), |
159 | ReferrerPercentage: v.ReferrerPercentage, | 160 | ReferrerPercentage: v.ReferrerPercentage, |
160 | SalesmanPercentage: v.SalesmanPercentage, | 161 | SalesmanPercentage: v.SalesmanPercentage, |
162 | + Remarks: v.Remarks, | ||
161 | } | 163 | } |
162 | rules2 = append(rules2, r) | 164 | rules2 = append(rules2, r) |
163 | } | 165 | } |
-
请 注册 或 登录 后发表评论