作者 Administrator

合并分支 'dev' 到 'test'

fixed



查看合并请求 !20
不能预览此文件类型
... ... @@ -1538,7 +1538,7 @@ func (cashPoolService *CashPoolService) ImportCreateExchangeCashPerson(createExc
// 更改:根据uid、account和companyId,判断当前员工是否有效(身份有效、手机账号有效)
getEmployee := map[string]interface{}{
"uid": createExchangeCashPersonCommand.Uid,
//"uid": createExchangeCashPersonCommand.Uid,
"account": createExchangeCashPersonCommand.PersonAccount,
"companyId": activityFound.CompanyId,
}
... ...