Accept Merge Request #190: (su -> mark)

Merge Request: 优化饿鲜达
Created By: @苏尹岚
Accepted By: @苏尹岚
URL: https://rosydev.coding.net/p/jx-callback/d/jx-callback/git/merge/190
This commit is contained in:
苏尹岚
2020-02-19 14:35:01 +08:00
17 changed files with 105 additions and 65 deletions

View File

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