作者 陈志颖

fix:金额激励预算错误

@@ -900,9 +900,6 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmMoneyIncentives @@ -900,9 +900,6 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmMoneyIncentives
900 if err != nil { 900 if err != nil {
901 return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) 901 return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error())
902 } 902 }
903 - if err := transactionContext.CommitTransaction(); err != nil {  
904 - return nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error())  
905 - }  
906 if confirmMoneyIncentivesEstimateCommand.Action == 1 { // 只预算,不入库 903 if confirmMoneyIncentivesEstimateCommand.Action == 1 { // 只预算,不入库
907 return dividendsEstimatesSaved, nil 904 return dividendsEstimatesSaved, nil
908 } else if confirmMoneyIncentivesEstimateCommand.Action == 2 { // 确定预算 905 } else if confirmMoneyIncentivesEstimateCommand.Action == 2 { // 确定预算