Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
go_sku_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
70e09350
authored
Jan 12, 2026
by
hcy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
强履
parent
18fd0f48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
service/service_activity.go
service/service_activity.go
View file @
70e09350
...
@@ -40,7 +40,7 @@ todo 2 加入询价池、立即询价
...
@@ -40,7 +40,7 @@ todo 2 加入询价池、立即询价
商品是否过期:否
商品是否过期:否
库存数量:不为空,且,>0,且,≥起订量
库存数量:不为空,且,>0,且,≥起订量
商品价格:不为空,且,>0(人民币、美金价格至少有一个满足)
商品价格:不为空,且,>0(人民币、美金价格至少有一个满足)
履约程度:
强
履约
履约程度:
弱
履约
todo 3 联系销售
todo 3 联系销售
...
@@ -53,7 +53,7 @@ func (as *ActivityService) GetLabelOp(sku model.LySku) (op int) {
...
@@ -53,7 +53,7 @@ func (as *ActivityService) GetLabelOp(sku model.LySku) (op int) {
}
}
forbidStatus
,
_
:=
Supplier
.
GetSkuForbidStatus
(
sku
.
SupplierId
,
sku
.
StandardBrand
.
StandardBrandId
,
sku
.
GoodsName
,
sku
.
GoodsId
,
sku
.
Eccn
,
sku
.
SpuId
,
sku
.
Canal
,
gconv
.
String
(
sku
.
ClassID1
),
gconv
.
String
(
sku
.
ClassID2
),
taxCheck
)
forbidStatus
,
_
:=
Supplier
.
GetSkuForbidStatus
(
sku
.
SupplierId
,
sku
.
StandardBrand
.
StandardBrandId
,
sku
.
GoodsName
,
sku
.
GoodsId
,
sku
.
Eccn
,
sku
.
SpuId
,
sku
.
Canal
,
gconv
.
String
(
sku
.
ClassID1
),
gconv
.
String
(
sku
.
ClassID2
),
taxCheck
)
if
sku
.
GoodsStatus
==
1
&&
sku
.
IsExpire
==
0
&&
forbidStatus
==
0
&&
sku
.
Stock
>
0
&&
sku
.
LadderPrice
!=
nil
{
if
sku
.
GoodsStatus
==
1
&&
sku
.
IsExpire
==
0
&&
forbidStatus
==
0
&&
sku
.
Stock
>
0
&&
sku
.
LadderPrice
!=
nil
&&
sku
.
Stock
>
sku
.
Moq
{
if
sku
.
AbilityLevel
==
2
{
if
sku
.
AbilityLevel
==
2
{
return
1
//可购买
return
1
//可购买
}
else
{
}
else
{
...
...
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