Commit 187988ba authored by zhangqingle's avatar zhangqingle

增加日志

parent 9ff2df61
......@@ -130,8 +130,9 @@ public class MTNotificationApiRequestClient {
recipientIdLongList.add(Long.parseLong(recipientId));
});
HaveJurisdictionReqDTO haveJurisdictionReqDTO = new HaveJurisdictionReqDTO(Long.parseLong(message.getCorpId()),recipientIdLongList);
log.debug("----------------------通知-权限验证---------------------");
Ret haveJurisList = microappApiRequestClient.haveJurisdictionUserFast(haveJurisdictionReqDTO);
log.info("----------------------通知-权限验证返回结果----------------------"+haveJurisList);
log.debug("----------------------通知-权限验证返回结果----------------------"+haveJurisList);
List<String> haveJurisAccountIds = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment