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
b891ac0d
authored
Mar 08, 2021
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加天眼查json展示
parent
8a0a5947
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
http/internal/server/http/member/company.go
http/internal/server/http/member/company.go
View file @
b891ac0d
...
...
@@ -19,7 +19,7 @@ const SELECTCOMBASIC = "select " +
"id,com_credits_id,com_name ,com_organization ,establishment_time ,com_leader ,registered_capital ,customer_property ,score_time ,com_address "
+
",legal_representative,legal_fixed_telephone,legal_mobile_phone,actual_controller,actual_fix_telephone,actual_mobile_phone,com_contact"
+
",contact_fix_telephone,contact_mobile_phone,five_legal_change,year_tax_payable,two_years_no_lawsuit,social_security_participants,id_card_front"
+
",id_card_back,pay_duty_pic"
+
",id_card_back,pay_duty_pic
,tianyancha_json
"
+
" from lie_com_basicinfos where com_credits_id = ?"
//查询是否有该公司,没有就添加,添加了之后每天晚上会自动跑
...
...
@@ -65,7 +65,7 @@ func GetCompanyInfo(c *bm.Context) {
&
comBasicInfo
.
ComAddress
,
&
comBasicInfo
.
LegalRepresentative
,
&
comBasicInfo
.
LegalFixedTelephone
,
&
comBasicInfo
.
LegalMobilePhone
,
&
comBasicInfo
.
ActualController
,
&
comBasicInfo
.
ActualFixTelephone
,
&
comBasicInfo
.
ActualMobilePhone
,
&
comBasicInfo
.
ComContact
,
&
comBasicInfo
.
ContactFixTelephone
,
&
comBasicInfo
.
ContactMobilePhone
,
&
comBasicInfo
.
FiveLegalChange
,
&
comBasicInfo
.
YearTaxPayable
,
&
comBasicInfo
.
TwoYearsnoLawsuit
,
&
comBasicInfo
.
SocialSecurityParticiPant
,
&
comBasicInfo
.
IdCardFront
,
&
comBasicInfo
.
IdCardBack
,
&
comBasicInfo
.
PayDutyPic
)
&
comBasicInfo
.
IdCardBack
,
&
comBasicInfo
.
PayDutyPic
,
&
comBasicInfo
.
TianyanchaJson
)
if
err
!=
nil
{
fmt
.
Println
(
err
)
}
...
...
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