| | |
| | | public static String NFM703_ENDPOINT = null; |
| | | |
| | | public static String NFM115_ENDPOINT = null; |
| | | // 电子签收单SFDC2SAP thh 20220427 start |
| | | public static String NFM116_ENDPOINT = null; |
| | | // 电子签收单SFDC2SAP thh 20220427 end |
| | | |
| | | public static String NFM112_ENDPOINT = null; |
| | | |
| | |
| | | NFM112_ENDPOINT = 'http://wdp.olympus.com.cn:8089/RESTAdapter/NFM112'; |
| | | |
| | | NFM115_ENDPOINT = 'https://wdp.olympus.com.cn:44301/RESTAdapter/NFM115'; |
| | | |
| | | // sanbox电子签收单SFDC2SAP thh 20220427 start |
| | | NFM116_ENDPOINT = 'https://wdp.olympus.com.cn:44301/RESTAdapter/NFM116'; |
| | | // sanbox电子签收单SFDC2SAP thh 20220427 end |
| | | |
| | | // 新服务系统 测试环境 |
| | | AWS_DOMAIN = 'https://olympus.bqbot.com'; |
| | | // 新服务系统 本地环境(临时) |
| | |
| | | //样本管理 |
| | | NFM115_ENDPOINT = 'https://wdp.olympus.com.cn:44302/RESTAdapter/NFM115'; |
| | | |
| | | // 新服务系统 |
| | | // 电子签收单SFDC2SAP thh 20220427 start |
| | | 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'; |
| | |
| | | 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; |
| | | } |