- 创建或更新京西门店,注册用户时,自动根据门店的tel1,tel2添加门店老板角色
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user