소스 검색

Merge branch 'dev_v1.0.2_wh' of CRM/application into feature/v1.0.2

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

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

@@ -57,7 +57,7 @@ func (e *EmPloyService) InfoEmployinfo(in *types.InfoEmployinfoReq) ([]map[strin
 	} else {
 		accountId = in.EntAccountId
 	}
-	configData := MC.BaseMysql.FindOne("config_tenant", map[string]interface{}{
+	configData := MC.CrmMysql.FindOne("config_tenant", map[string]interface{}{
 		"account_id": accountId,
 	}, "batch_employ", "")
 	if configData != nil {