Browse Source

数据库修改

WH01243 1 năm trước cách đây
mục cha
commit
159701f531
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {