This commit is contained in:
gazebo
2019-03-29 16:02:35 +08:00
parent 8c2e1f4f1b
commit 2010560bf9
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ func openTimeJX2Mtwm(times [][2]int16) string {
}
func bizStatusMtwm2JX(openLevel, online int) int {
if online == mtwmapi.PoiStatusOffline {
if online != mtwmapi.PoiStatusOnline {
return model.StoreStatusDisabled
} else {
if openLevel == mtwmapi.PoiOpenLevelHaveRest {