Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -29,6 +29,7 @@ public class TkMailLogServiceImpl extends AbstractBaseService<MaiLogMapper, TkMa |
29 | 29 | public TkPageData<MailLogDTO> page( |
30 | 30 | String tenantId, Map<String, Object> queryMap, boolean isCustomer) { |
31 | 31 | String email = ""; |
32 | + queryMap.put("tenantId",tenantId); | |
32 | 33 | if (isCustomer) { |
33 | 34 | String userId = null == queryMap.get("userId") ? null : (String) queryMap.get("userId"); |
34 | 35 | UserDTO userDTO = tkUserService.findUserInfoById(userId); | ... | ... |