京东商城分类cookie

This commit is contained in:
苏尹岚
2020-05-22 11:17:33 +08:00
parent a5b7162b23
commit b572bcb28b

View File

@@ -1215,7 +1215,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend
outStoreMap = storeMap
_, err = CurVendorSync.SyncStore(ctx, db, storeMap.VendorID, storeID, false, userName)
} else {
fmt.Println(err.Error())
fmt.Println("test1", err.Error())
dao.Rollback(db)
}
}