门店评分

This commit is contained in:
Rosy-zhudan
2019-09-05 08:37:23 +08:00
parent 2afa452d78
commit 4eaccdc917
7 changed files with 297 additions and 63 deletions

View File

@@ -2,8 +2,9 @@ package misc
import (
"testing"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
)
func TestStartOrEndOpStore(t *testing.T) {
StartOrEndOpStore(1, true, 0, 0, false, true)
StartOrEndOpStore(jxcontext.AdminCtx, true, []int{}, []int{}, 0, 0, false, true)
}