Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
spider-ufo
·
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
Plain Diff
Browse Files
Authored by
杨延青
2019-09-16 17:13:37 +0800
Commit
e1d2e9a4a96ad01ab4c26e1cda729d59c7fb31d6
2 parents
3e596a47
8abf9fcb
Merge branch 'feature/priceLine' into 'master'
Feature/price line See merge request
!16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tasks/price-line-task/price-day-task.js
tasks/price-line-task/price-day-task.js
View file @
e1d2e9a
...
...
@@ -94,7 +94,7 @@ const task = async({product, now, sizeRelation, isSpecialSize}) => {
try
{
const
results
=
await
Promise
.
all
([
spiderUfo
(
product
.
third
.
ufo
),
spiderSj
(
product
.
third
.
sj
,
product
.
productCode
,
sizeRelation
),
Promise
.
resolve
({}),
//
spiderSj(product.third.sj, product.productCode, sizeRelation),
spiderDu
(
product
.
third
.
du
),
]);
const
skusGroups
=
mergeSkus
({
...
...
Please
register
or
login
to post a comment