...
|
...
|
@@ -77,5 +77,6 @@ func (dividendsIncentivesRule *DividendsIncentivesRule) Update(data map[string]i |
|
|
if dividendsIncentivesStageStart, ok := data["dividendsIncentivesStageStart"]; ok {
|
|
|
dividendsIncentivesRule.DividendsIncentivesStageStart = dividendsIncentivesStageStart.(time.Time)
|
|
|
}
|
|
|
dividendsIncentivesRule.UpdatedAt = time.Now()
|
|
|
return nil
|
|
|
} |
...
|
...
|
|