Skip to content

Commit

Permalink
Update jd_industrial_task.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca11back authored Oct 11, 2021
1 parent ceb239d commit ac123ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd_industrial_task.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function get_tasklist(code) {
itemName = vo.item.itemName
itemId = vo.item.itemId
groupType = vo.groupType
if (groupType == 2 && ['card','car'].includes(process.env.FS_LEVEL)) {
if (groupType == 2 && !['card','car'].includes(process.env.FS_LEVEL)) {
console.log("默认不加购,请设置通用加购变量FS_LEVEL=car")
continue
}
Expand Down

0 comments on commit ac123ef

Please sign in to comment.