Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
5
51business
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
方斌
51business
Commits
0ef86d76
Commit
0ef86d76
authored
Nov 13, 2019
by
方斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
z
parent
be48f16d
Pipeline
#16259
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
product.js
app/service/gjj/product.js
+4
-4
No files found.
app/service/gjj/product.js
View file @
0ef86d76
...
@@ -491,7 +491,7 @@ class ProductService extends Service {
...
@@ -491,7 +491,7 @@ class ProductService extends Service {
}
}
for
(
const
v
of
products
)
{
for
(
const
v
of
products
)
{
c
onsole
.
log
(
'imh------begin----------'
)
c
tx
.
logger
.
info
(
'imh------begin----------'
)
if
(
Number
(
v
.
type
)
===
2
||
Number
(
v
.
type
)
===
3
)
{
if
(
Number
(
v
.
type
)
===
2
||
Number
(
v
.
type
)
===
3
)
{
v
.
rate
=
''
;
v
.
rate
=
''
;
v
.
rate_title
=
''
;
v
.
rate_title
=
''
;
...
@@ -509,9 +509,9 @@ class ProductService extends Service {
...
@@ -509,9 +509,9 @@ class ProductService extends Service {
ctx
.
logger
.
info
(
v
.
cities
)
ctx
.
logger
.
info
(
v
.
cities
)
ctx
.
logger
.
info
(
city
)
ctx
.
logger
.
info
(
city
)
if
(
v
.
cities
&&
v
.
cities
.
length
>
0
&&
city
!=
''
)
{
if
(
v
.
cities
&&
v
.
cities
.
length
>
0
&&
city
!=
''
)
{
c
onsole
.
log
(
'imh------222----------'
)
c
tx
.
logger
.
info
(
'imh------222----------'
)
if
(
v
.
cities
.
indexOf
(
city
))
{
if
(
v
.
cities
.
indexOf
(
city
))
{
c
onsole
.
log
(
'imh----------------'
)
c
tx
.
logger
.
info
(
'imh----------------'
)
const
tmp
=
{
const
tmp
=
{
type
:
v
.
type
,
type
:
v
.
type
,
business_id
:
v
.
business_id
,
business_id
:
v
.
business_id
,
...
@@ -558,7 +558,7 @@ class ProductService extends Service {
...
@@ -558,7 +558,7 @@ class ProductService extends Service {
}
}
c
onsole
.
log
(
'imh------end----------'
)
c
tx
.
logger
.
info
(
'imh------end----------'
)
}
}
...
...
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