Files
jx-callback/business/model/dao/dao_user_test.go
邹宗楠 b67d3556cf 1
2022-07-08 18:23:25 +08:00

14 lines
249 B
Go

package dao
import (
"testing"
)
func TestGetUsers(t *testing.T) {
//userList, _, err := GetUsers(GetDB(), 0, "", nil, nil, []string{"18180948107"}, 0, 0)
//if err != nil {
// t.Fatal(err)
//}
//t.Log(utils.Format4Output(userList, false))
}