- 平台门店没有临时休息的概念,ReadStore不会返回临时休息

- 得到平台门店快照后,会刷新本地storeMap中的状态(但store的状态暂时没有更新)
This commit is contained in:
gazebo
2019-06-28 09:47:14 +08:00
parent 3e69149124
commit d87483cff6
5 changed files with 40 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ func JdStoreStatus2JxStatus(yn, closeStatus interface{}) int {
if yn2 == 1 {
return model.StoreStatusDisabled
} else if closeStatus2 == 1 {
return model.StoreStatusHaveRest
return model.StoreStatusClosed
}
return model.StoreStatusOpened
}