作者 zhuangmx

fixed

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