This commit is contained in:
邹宗楠
2022-08-22 09:27:28 +08:00
parent ccb7fef2e9
commit 94246af74d

View File

@@ -119,7 +119,7 @@ func PrintStoreStatus(ctx *jxcontext.Context, storeDetail *dao.StoreDetail, vend
}, nil
}
if storeStatus != 0 { // 失去授权
storeDetail.Status = -9
store.Status = -9
}
printResult, err = handler.PrintStore(ctx, store, storeDetail, vendorId)
if err == nil {