报文查看修改
This commit is contained in:
+2
-2
@@ -56,8 +56,8 @@ public class GwLogApplicationService {
|
||||
if(po1.isEmpty()){
|
||||
return null;
|
||||
}
|
||||
// 商业合作伙伴按组织隔离,只返回当前组织的报文
|
||||
if ("商业合作伙伴".equals(gwLog.getType())) {
|
||||
// 商业合作伙伴/企业币值(汇率管理)按组织隔离,只返回当前组织的报文
|
||||
if ("商业合作伙伴".equals(gwLog.getType()) || "汇率管理".equals(gwLog.getType())) {
|
||||
LoginUser loginUser = SecurityUtils.getLoginUser();
|
||||
if (loginUser != null && loginUser.getUserPo() != null) {
|
||||
Long orgId = loginUser.getUserPo().getOrganizationId();
|
||||
|
||||
Reference in New Issue
Block a user