force-app/main/default/classes/NFMUtil.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/classes/NFMUtil.cls
@@ -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; }