修改蜂鸟配送

This commit is contained in:
邹宗楠
2022-03-30 16:41:26 +08:00
parent 84d08fa4d9
commit 890ef8433a
2 changed files with 4 additions and 1 deletions

View File

@@ -2009,6 +2009,9 @@ func updateOrCreateCourierStore(ctx *jxcontext.Context, storeDetail *dao.StoreDe
} else {
storeDetail.CourierStatus = remoteStoreDetail.CourierStatus
storeDetail.AuditStatus = remoteStoreDetail.AuditStatus
if storeDetail.VendorID == model.VendorIDFengNiao {
storeDetail.VendorStoreID = remoteStoreDetail.VendorStoreID
}
needUpdate = true
}
if err == nil && needUpdate {