Closed cxltsui closed 1 year ago
mgr.getIssueManager().getIssueById ,the return entity[ Issue ]--[ Attachments ] doesn't return right result , return null but actually it is not null . mgr.getIssueManager().getIssueById 返回的Issue里面的Attachments一直为空,但实际上他的值不为空。
mgr.getIssueManager().getIssueById(id,Include.attachments)
mgr.getIssueManager().getIssueById ,the return entity[ Issue ]--[ Attachments ] doesn't return right result , return null but actually it is not null . mgr.getIssueManager().getIssueById 返回的Issue里面的Attachments一直为空,但实际上他的值不为空。