소스 검색

资讯详情查询修改

WH01243 1 년 전
부모
커밋
220478b1d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/internal/service/employService.go

+ 1 - 1
api/internal/service/employService.go

@@ -108,7 +108,7 @@ func (e *EmPloyService) InfoEmployinfo(in *types.InfoEmployinfoReq) ([]map[strin
 			infoId2Arr = append(infoId2Arr, id)
 		} else if source == 1 {
 			infoMap[v] = id
-			infoId1Arr = append(infoId2Arr, id)
+			infoId1Arr = append(infoId1Arr, id)
 		}
 
 	}