修改门店商品价格同步时分类不存在问题,添加门店自动打开日志

This commit is contained in:
邹宗楠
2022-04-20 18:23:17 +08:00
parent fdbacbe83e
commit 977d11ed9c
6 changed files with 29 additions and 12 deletions

View File

@@ -8,10 +8,10 @@ import (
const (
StoreStatusAll = -9
StoreStatusDisabled = -2
StoreStatusClosed = -1
StoreStatusDisabled = -2 // 禁用
StoreStatusClosed = -1 // 休息
StoreStatusHaveRest = 0
StoreStatusOpened = 1
StoreStatusOpened = 1 // 营业
StoreIsSyncAll = -1
StoreIsSyncNo = 0