...
|
...
|
@@ -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,
|
|
|
}
|
...
|
...
|
|