force-app/main/default/classes/NFMUtil.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/classes/NFMUtil.cls
@@ -197,7 +197,7 @@ NFM116_ENDPOINT = 'https://wdp.olympus.com.cn:44302/RESTAdapter/NFM116'; // 电子签收单SFDC2SAP thh 20220427 end // 新服务系统 // 新服务系统 AWS_DOMAIN = 'https://svc-elb.olympuschina.com'; requestURILMS = '/v1/uc/user/syncOlympusUnit'; @@ -550,7 +550,7 @@ col = ''; } rtn = transferMap.get(col + key); if (rtn == null) { if (!transferMap.containsKey(col + key)) { //lt 20220530 update iflog.ErrorLog__c += 'Warning! Please check [' + col + '] can not transfer key [' + key + ']\n'; rtn = key; }