正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -46,7 +46,7 @@ func (dividendsEstimateService *DividendsEstimateService) EstimateDividendsIncen | @@ -46,7 +46,7 @@ func (dividendsEstimateService *DividendsEstimateService) EstimateDividendsIncen | ||
46 | if err = broker.Push(constant.TOPIC_UP_BLOCK_CHAIN, broker.NewPushObject( | 46 | if err = broker.Push(constant.TOPIC_UP_BLOCK_CHAIN, broker.NewPushObject( |
47 | domain.BlockChainSourceCooperationDividendsEstimate, | 47 | domain.BlockChainSourceCooperationDividendsEstimate, |
48 | strconv.Itoa(int(v.DividendsEstimateId)), | 48 | strconv.Itoa(int(v.DividendsEstimateId)), |
49 | - "", | 49 | + strconv.Itoa(int(v.DividendsEstimateId)), |
50 | v, | 50 | v, |
51 | )); err != nil { | 51 | )); err != nil { |
52 | return nil, application.ThrowError(application.TRANSACTION_ERROR, "消息服务异常"+err.Error()) | 52 | return nil, application.ThrowError(application.TRANSACTION_ERROR, "消息服务异常"+err.Error()) |
@@ -84,7 +84,7 @@ func (dividendsEstimateService *DividendsEstimateService) EstimateMoneyIncentive | @@ -84,7 +84,7 @@ func (dividendsEstimateService *DividendsEstimateService) EstimateMoneyIncentive | ||
84 | if err = broker.Push(constant.TOPIC_UP_BLOCK_CHAIN, broker.NewPushObject( | 84 | if err = broker.Push(constant.TOPIC_UP_BLOCK_CHAIN, broker.NewPushObject( |
85 | domain.BlockChainSourceCooperationDividendsEstimate, | 85 | domain.BlockChainSourceCooperationDividendsEstimate, |
86 | strconv.Itoa(int(v.DividendsEstimateId)), | 86 | strconv.Itoa(int(v.DividendsEstimateId)), |
87 | - "", | 87 | + strconv.Itoa(int(v.DividendsEstimateId)), |
88 | v, | 88 | v, |
89 | )); err != nil { | 89 | )); err != nil { |
90 | return nil, application.ThrowError(application.TRANSACTION_ERROR, "消息服务异常"+err.Error()) | 90 | return nil, application.ThrowError(application.TRANSACTION_ERROR, "消息服务异常"+err.Error()) |
-
请 注册 或 登录 后发表评论