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