修正自动更新门店数量和营业时间的问题

This commit is contained in:
Rosy-zhudan
2019-07-29 17:26:43 +08:00
parent d1bf437044
commit 72e8e62da5
3 changed files with 37 additions and 56 deletions

View File

@@ -5,5 +5,5 @@ import (
)
func TestStartOrEndOpStore(t *testing.T) {
StartOrEndOpStore(true)
StartOrEndOpStore(true, 0, 0)
}