1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user