Commit dbf99228 by Joneq

增加相应的代码

parent f048a091
...@@ -101,6 +101,7 @@ func (t *RecvPro) Consumer(dataByte []byte) error { ...@@ -101,6 +101,7 @@ func (t *RecvPro) Consumer(dataByte []byte) error {
detail.InsertScoreMsg.ComCreditsId = detail.StringTurnInt64(rbm.ComCreditsId) detail.InsertScoreMsg.ComCreditsId = detail.StringTurnInt64(rbm.ComCreditsId)
detail.GetCompanyRunInfo() detail.GetCompanyRunInfo()
detail.BasicInfo,_ = detail.Svclient.GetBasicInfoByCid(detail.Conclient,rbm.ErpCompanyCode) detail.BasicInfo,_ = detail.Svclient.GetBasicInfoByCid(detail.Conclient,rbm.ErpCompanyCode)
detail.SetSumScore(detail.Conclient) detail.SetSumScore(detail.Conclient)
//赋值完关闭通道 //赋值完关闭通道
......
...@@ -32,5 +32,6 @@ func (d *dao) GetBasicInfoByCid(c context.Context, erp_company_code string) (res ...@@ -32,5 +32,6 @@ func (d *dao) GetBasicInfoByCid(c context.Context, erp_company_code string) (res
break break
} }
fmt.Print(res)
return return
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment