getskunames关于饿鲜达参数修改

This commit is contained in:
苏尹岚
2020-02-19 11:38:55 +08:00
parent cadb26b5be
commit 776657ed2b
3 changed files with 7 additions and 6 deletions

View File

@@ -396,8 +396,9 @@ const (
)
const (
YES = 1 //通用
NO = 0
YES = 1 //通用
NO = 0
DISABLED = -1
)
func IsPurchaseVendorExist(vendorID int) bool {