WH01243 1 рік тому
батько
коміт
159701f531
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 {