修改库存刷新机制-美团和饿百分时刷新

This commit is contained in:
Rosy-zhudan
2019-08-07 15:19:29 +08:00
parent e64e0cc4fb
commit 877566cc80
3 changed files with 120 additions and 38 deletions

View File

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