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.

13 lines
238 B

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)
}