diff --git a/dsSzxy/.idea/workspace.xml b/dsSzxy/.idea/workspace.xml
index e08af204..ec937c42 100644
--- a/dsSzxy/.idea/workspace.xml
+++ b/dsSzxy/.idea/workspace.xml
@@ -4,9 +4,6 @@
-
-
-
@@ -113,15 +110,4 @@
-
-
-
-
- file://$PROJECT_DIR$/Business/ImRelate/ImRelateDao/ImRelateDao.go
- 418
-
-
-
-
-
\ No newline at end of file
diff --git a/dsSzxy/Business/ImRelate/ImRelateDao/ImRelateDao.go b/dsSzxy/Business/ImRelate/ImRelateDao/ImRelateDao.go
index 92eda4d6..5c213a42 100644
--- a/dsSzxy/Business/ImRelate/ImRelateDao/ImRelateDao.go
+++ b/dsSzxy/Business/ImRelate/ImRelateDao/ImRelateDao.go
@@ -71,8 +71,8 @@ type ChatRecordStruct struct {
*/
func GetPersonAvatar(personId string, identityId string, serverLocation string) string {
fileId, extension := GetPersonAvatarFileId(personId, identityId)
- url:=""
- if fileId!="EA0BC5FB-52D9-E232-D3E3-E6C2960B5739"{
+ url := ""
+ if fileId != "EA0BC5FB-52D9-E232-D3E3-E6C2960B5739" {
url = GetPersonAvatarUrl(fileId, extension, serverLocation)
}
return url
@@ -413,7 +413,6 @@ func GetPersonList(bureauId string, orgId string, queryChild string, bUse string
for i := 0; i < len(p.List); i++ {
personId := p.List[i].PersonId
identityId := p.List[i].IdentityId
- fmt.Println(personId)
p.List[i].AvatarUrl = GetPersonAvatar(personId, identityId, serverLocation)
}
jsonBytes, err := json.Marshal(p)