正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -44,7 +44,7 @@ func (domainService *ConfirmMoneyIncentivesEstimateService) Confirm(contract *do | @@ -44,7 +44,7 @@ func (domainService *ConfirmMoneyIncentivesEstimateService) Confirm(contract *do | ||
| 44 | 44 | ||
| 45 | // 判断金额激励阶段是否合法 | 45 | // 判断金额激励阶段是否合法 |
| 46 | currentTime := time.Now() | 46 | currentTime := time.Now() |
| 47 | - if currentTime.Before(moneyIncentivesRuleMatched.MoneyIncentivesStageStart) { | 47 | + if currentTime.Before(moneyIncentivesRuleMatched.MoneyIncentivesTime) { |
| 48 | return nil, fmt.Errorf("还未到分红时间") | 48 | return nil, fmt.Errorf("还未到分红时间") |
| 49 | } | 49 | } |
| 50 | 50 |
-
请 注册 或 登录 后发表评论