正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -1074,7 +1074,7 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmMoneyIncentives | @@ -1074,7 +1074,7 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmMoneyIncentives | ||
1074 | return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) | 1074 | return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) |
1075 | } | 1075 | } |
1076 | if confirmMoneyIncentivesEstimateCommand.Action == 1 { // 只预算,不入库 | 1076 | if confirmMoneyIncentivesEstimateCommand.Action == 1 { // 只预算,不入库 |
1077 | - return dividendsEstimatesSaved, nil | 1077 | + return dividendsEstimates, nil |
1078 | } else if confirmMoneyIncentivesEstimateCommand.Action == 2 { // 确定预算 | 1078 | } else if confirmMoneyIncentivesEstimateCommand.Action == 2 { // 确定预算 |
1079 | if err := transactionContext.CommitTransaction(); err != nil { | 1079 | if err := transactionContext.CommitTransaction(); err != nil { |
1080 | return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) | 1080 | return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) |
-
请 注册 或 登录 后发表评论