|
|
|
@ -381,7 +381,7 @@ func GetServerLocation() string {
|
|
|
|
|
return CommonUtil.ConvertInterfaceToString(resObj["common.server.location"])
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func GetPersonList(bureauId string, orgId string, queryChild string, bUse string, personName string, pageNumber string, pageSize string) (string, error) {
|
|
|
|
|
func GetPersonList(bureauId string, orgId string, queryChild string, bUse string, personName string, queryBureauChild string,pageNumber string, pageSize string) (string, error) {
|
|
|
|
|
req := httplib.Get(fmt.Sprintf("%s/dsideal_yy/admin/new_base/personInfo_GetPersonInfoList", ConfigUtil.DsidealYy))
|
|
|
|
|
|
|
|
|
|
req.Param("bureau_id", bureauId)
|
|
|
|
@ -389,7 +389,7 @@ func GetPersonList(bureauId string, orgId string, queryChild string, bUse string
|
|
|
|
|
req.Param("query_child", queryChild)
|
|
|
|
|
req.Param("b_use", bUse)
|
|
|
|
|
req.Param("person_name", personName)
|
|
|
|
|
req.Param("query_bureau_child", "false")
|
|
|
|
|
req.Param("query_bureau_child", queryBureauChild)
|
|
|
|
|
req.Param("pageNumber", pageNumber)
|
|
|
|
|
req.Param("pageSize", pageSize)
|
|
|
|
|
|
|
|
|
|