Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
82fd57407217fd4dcf59e67827d6f4656aacf7e2
1 parent
8255fe97
商品详情页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/service/Onlinereg.class.php
website/service/Onlinereg.class.php
View file @
82fd574
...
...
@@ -35,7 +35,7 @@ class Service_Onlinereg extends Lib_Service
'product_type'
=>
$product_type
,
'company'
=>
$company
,
'contact'
=>
$contact
,
'telphone'
=>
$telphone
,
'email'
=>
$email
,
'country'
=>
$country
,
'relation'
=>
$relation
,
'website'
=>
$website
,
'is_3c'
=>
intval
(
$is_3c
),
'place'
=>
$place
,
'files'
=>
$files
);
return
self
::
service
(
self
::
ROUTER
)
->
cache
(
self
::
$_seller_tag
)
->
insert
(
'setSellerInfo'
,
$params
)
->
lastInsertId
();
return
self
::
service
(
self
::
ROUTER
)
->
tag
(
self
::
$_seller_tag
)
->
insert
(
'setSellerInfo'
,
$params
)
->
lastInsertId
();
}
/**
...
...
Please
register
or
login
to post a comment