- 重构dao.store_sku中的命名
This commit is contained in:
@@ -175,7 +175,7 @@ func (p *PurchaseHandler) SyncLocalStoreCategory(ctx *jxcontext.Context, db *dao
|
||||
return "", err
|
||||
}
|
||||
} else {
|
||||
if v.VendorCatID == "" || v.VendorCatID == "0" {
|
||||
if dao.IsVendorThingIDEmpty(v.VendorCatID) {
|
||||
num++
|
||||
}
|
||||
if isCheckRemote {
|
||||
|
||||
Reference in New Issue
Block a user