Ver código fonte

资讯详情查询修改

WH01243 1 ano atrás
pai
commit
220478b1d2
1 arquivos alterados com 1 adições e 1 exclusões
  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)
 		}
 
 	}