瀏覽代碼

Merge branch 'dev_v1.0.1.1_wh' of CRM/application into hotfix/v1.0.1.1

王浩 1 年之前
父節點
當前提交
53e7391e2c
共有 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)
 		}
 
 	}