|
@@ -1430,7 +1430,10 @@ func (dividendsEstimateService *DividendsEstimateService) SearchMoneyIncentivesE |
|
@@ -1430,7 +1430,10 @@ func (dividendsEstimateService *DividendsEstimateService) SearchMoneyIncentivesE |
1430
|
}); err != nil {
|
1430
|
}); err != nil {
|
1431
|
return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error())
|
1431
|
return nil, application.ThrowError(application.INTERNAL_SERVER_ERROR, err.Error())
|
1432
|
} else {
|
1432
|
} else {
|
1433
|
- if countDividendsEstimates > 0 { // 已有分红
|
1433
|
+ log.Logger.Info("获取承接人相关的金额激励预算信息", map[string]interface{}{
|
|
|
1434
|
+ "dividendsEstimates": dividendsEstimates,
|
|
|
1435
|
+ })
|
|
|
1436
|
+ if countDividendsEstimates > 0 { // 已有分红预算
|
1434
|
for _, dividendsEstimate := range dividendsEstimates {
|
1437
|
for _, dividendsEstimate := range dividendsEstimates {
|
1435
|
if dividendsEstimate.IsCanceled { // 分红预算单状态为已取消
|
1438
|
if dividendsEstimate.IsCanceled { // 分红预算单状态为已取消
|
1436
|
stageUndertakerMap[dividendsEstimate.DividendsStage] = append(stageUndertakerMap[dividendsEstimate.DividendsStage], undertaker)
|
1439
|
stageUndertakerMap[dividendsEstimate.DividendsStage] = append(stageUndertakerMap[dividendsEstimate.DividendsStage], undertaker)
|