Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
kaopu-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dbf99228
authored
Dec 16, 2019
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加相应的代码
parent
f048a091
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
cmd/static/main.go
internal/dao/basic_info.go
cmd/static/main.go
View file @
dbf99228
...
...
@@ -101,6 +101,7 @@ func (t *RecvPro) Consumer(dataByte []byte) error {
detail
.
InsertScoreMsg
.
ComCreditsId
=
detail
.
StringTurnInt64
(
rbm
.
ComCreditsId
)
detail
.
GetCompanyRunInfo
()
detail
.
BasicInfo
,
_
=
detail
.
Svclient
.
GetBasicInfoByCid
(
detail
.
Conclient
,
rbm
.
ErpCompanyCode
)
detail
.
SetSumScore
(
detail
.
Conclient
)
//赋值完关闭通道
...
...
internal/dao/basic_info.go
View file @
dbf99228
...
...
@@ -32,5 +32,6 @@ func (d *dao) GetBasicInfoByCid(c context.Context, erp_company_code string) (res
break
}
fmt
.
Print
(
res
)
return
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment