This commit is contained in:
suyl
2021-06-02 16:28:41 +08:00
parent f36caf0a90
commit c219481ad5
3 changed files with 18 additions and 0 deletions

View File

@@ -725,6 +725,7 @@ func GetVendorStore(ctx *jxcontext.Context, vendorID int, vendorOrgCode, vendorS
retVal = &StoreExt{
Store: store.Store,
}
retVal.Name = store.Name
if retVal.Status == model.StoreStatusDisabled {
retVal.BussinessStatus = -1
} else {