- 修改门店状态同步逻辑,只有在京西本地修改过门店状态相关的信息后才同步

This commit is contained in:
gazebo
2019-08-07 09:52:35 +08:00
parent e3e900cd10
commit b1209a954b
5 changed files with 33 additions and 13 deletions

View File

@@ -81,6 +81,7 @@ const (
SyncFlagStoreName = 8
SyncFlagStoreAddress = 16
SyncFlagStoreStatus = 32
)
func IsSyncStatusNew(syncStatus int8) bool {