- 创建或更新京西门店,注册用户时,自动根据门店的tel1,tel2添加门店老板角色

This commit is contained in:
gazebo
2019-09-05 16:57:28 +08:00
parent c98745ce59
commit f5ec608a1c
5 changed files with 54 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ func TestFormalizeStoreStatus(t *testing.T) {
}
func TestGetStoreList4Role(t *testing.T) {
storeList, err := GetStoreList4Role(GetDB(), "NiuBi")
storeList, err := GetStoreList(GetDB(), "NiuBi")
t.Log(utils.Format4Output(storeList, false))
if err != nil {
t.Fatal(err)