Commit 51514fd3 authored by zhangqingle's avatar zhangqingle

若通知有权限人员为空直接返回

parent 62153f01
......@@ -133,7 +133,9 @@ public class MTNotificationApiRequestClient {
log.debug("----------------------通知-权限验证---------------------");
Ret haveJurisList = microappApiRequestClient.haveJurisdictionUserFast(haveJurisdictionReqDTO);
log.debug("----------------------通知-权限验证返回结果----------------------"+haveJurisList);
if (haveJurisList.getData() == null){
return false;
}
List<String> haveJurisAccountIds = new ArrayList<>();
List<String> getUserAccountList = 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