Commit c6e7bc9b by 陶光胜

日志

parent e00def26
......@@ -245,6 +245,7 @@ public class MessageApiServiceImpl implements MessageApiService {
}
for(int i = startIndex ; i>=0 && i< len; i--){
DepartmentDTO department = this.departmentService.getByRelatedId(arr[i]);
log.info("当前节点id:{}, {}", arr[i], JSON.toJSONString(department));
if(department != null){
return department;
}
......
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