合并分支 'test' 到 'master'
Test 查看合并请求 !21
正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
不能预览此文件类型
@@ -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 | } |
-
请 注册 或 登录 后发表评论