(String account, int moduleId, int protocolId)
| 43 | |
| 44 | // 账号角色查询 |
| 45 | public String getAccountAuth(String account, int moduleId, int protocolId) { |
| 46 | return getAccountAuth(account, Protocol.makeTypeId(moduleId, protocolId)); |
| 47 | } |
| 48 | |
| 49 | public String getAccountAuth(String account, long typeId) { |
| 50 | var roleBean = _tAccountAuth.selectDirty(account); |
no test coverage detected