package Test import ( "dsBaseRpc/RpcService/BaseRolePerson/BaseRolePersonDao" "fmt" "testing" ) func TestLog(t *testing.T) { list, _, _ := BaseRolePersonDao.GetManageArea("C752DFF6-26F3-4012-BA19-F518B5CB2651") fmt.Println(list) }