- 重构dao.store_sku中的命名

This commit is contained in:
gazebo
2019-05-25 11:35:03 +08:00
parent c00fc49f68
commit f3706f1abe
4 changed files with 16 additions and 15 deletions

View File

@@ -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 {