Ver Fonte

go mod 修改

WH01243 há 1 ano atrás
pai
commit
1560150f7b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      api/internal/service/infoService.go

+ 1 - 0
api/internal/service/infoService.go

@@ -39,6 +39,7 @@ func (l *InfoService) Myinfo(sid string) map[string]interface{} {
 			"entUserName":  RsaEncrypt([]byte(gconv.String(info_m["entUserName"]))),
 			"entUserId":    RsaEncrypt([]byte(gconv.String(info_m["entUserId"]))),
 			"userId":       RsaEncrypt([]byte(gconv.String(info_m["base_user_id"]))),
+			"entDeptId":    RsaEncrypt([]byte(gconv.String(info_m["entDeptId"]))),
 		}
 	}
 	return infoMap