...
|
...
|
@@ -145,6 +145,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC |
|
|
DividendsIncentivesStage: v.DividendsStage,
|
|
|
DividendsIncentivesStageEnd: time.Unix(int64(v.DividendsStageEnd/1e3), 0),
|
|
|
DividendsIncentivesStageStart: time.Unix(int64(v.DividendsStageStart/1e3), 0),
|
|
|
Remarks: v.Remarks,
|
|
|
}
|
|
|
rules1 = append(rules1, r)
|
|
|
}
|
...
|
...
|
@@ -158,6 +159,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC |
|
|
MoneyIncentivesTime: time.Unix(int64(v.MoneyIncentivesTime/1e3), 0),
|
|
|
ReferrerPercentage: v.ReferrerPercentage,
|
|
|
SalesmanPercentage: v.SalesmanPercentage,
|
|
|
Remarks: v.Remarks,
|
|
|
}
|
|
|
rules2 = append(rules2, r)
|
|
|
}
|
...
|
...
|
|