You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
280 B

package Test
import (
"dsBaseRpc/RpcService/BaseRolePerson/BaseRolePersonDao"
"fmt"
"testing"
)
func TestLog(t *testing.T) {
//008E0A31-C48B-4839-BD99-EADF7985723A
list, _, _ := BaseRolePersonDao.GetManageArea("008E0A31-C48B-4839-BD99-EADF7985723A",1)
fmt.Println(list)
}