This commit is contained in:
richboo111
2023-09-05 11:13:55 +08:00
parent a593892246
commit a4ce0c6038

View File

@@ -4742,6 +4742,7 @@ func UpdateVendorStoreBussinessStatus(ctx *jxcontext.Context, storeID, vendorID,
)
storeDetail, err := dao.GetStoreDetail(db, storeID, vendorID, "")
if err != nil {
globals.SugarLogger.Debugf("UpdateVendorStoreBussinessStatus err11111=%v", err)
return err
}
handler := partner.GetPurchasePlatformFromVendorID(vendorID)
@@ -4752,6 +4753,7 @@ func UpdateVendorStoreBussinessStatus(ctx *jxcontext.Context, storeID, vendorID,
dao.UpdateEntity(db, storeMaps[0], "IsOnline")
}
}
globals.SugarLogger.Debugf("UpdateVendorStoreBussinessStatus err22222=%v", err)
return err
}