| | |
| | | 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; |
| | | |
| | |
| | | //NFM007_ENDPOINT = 'http://wdp.olympus.com.cn:8089/RESTAdapter/NFM007'; |
| | | NFM007_ENDPOINT = 'https://wdp.olympus.com.cn:44301/RESTAdapter/NFM007'; |
| | | NFM008_ENDPOINT = 'https://owdc-test.olympus.co.jp/XISOAPAdapter/MessageServlet?senderParty=&senderService=OCM_SFDC_T&receiverParty=&receiverService=&interface=NFM008_Sync_BC2GPI&interfaceNamespace=http%3A%2F%2Folympus.co.jp%2Fgpi%2FNFM008'; |
| | | NFM103_ENDPOINT = 'http://wdp.olympus.com.cn:8089/RESTAdapter/NFM103'; |
| | | // NFM103_ENDPOINT = 'https://sfpi-mebg-test.olympuschina.com/api/nfm/103';//aws 103接口 |
| | | // NFM103_ENDPOINT = 'http://wdp.olympus.com.cn:8089/RESTAdapter/NFM103'; |
| | | NFM103_ENDPOINT = 'https://sfpi-mebg-test.olympuschina.com/api/nfm/103';//aws 103接口 |
| | | // NFM106_ENDPOINT = 'https://owdc-test.olympus.co.jp/XISOAPAdapter/MessageServlet?senderParty=&senderService=OCM_SFDC_T&receiverParty=&receiverService=&interface=NFM106_Sync_BC2GPI&interfaceNamespace=http%3A%2F%2Folympus.co.jp%2Fgpi%2FNFM106'; |
| | | NFM106_ENDPOINT = 'http://wdp.olympus.com.cn:8089/RESTAdapter/NFM106'; |
| | | //NFM106_ENDPOINT = 'https://sfdc-ocm-test.olympus.co.jp/XISOAPAdapter/MessageServlet?senderParty=&senderService=OCM_SFDC_T&receiverParty=&receiverService=&interface=NFM106_Sync_BC2GPI&interfaceNamespace=http%3A%2F%2Folympus.co.jp%2Fgpi%2FNFM106'; |
| | |
| | | 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'; |
| | | // 新服务系统 本地环境(临时) |
| | | // AWS_DOMAIN = 'http://114.249.236.98:29990'; |
| | | // AWS_DOMAIN = 'http://114.249.231.75:29995'; |
| | | // AWS_DOMAIN = 'http://jzbase.bqbot.com:29990'; |
| | | // AWS_DOMAIN = 'http://114.249.238.243:29990'; |
| | | |
| | |
| | | NFM702_ENDPOINT = 'https://wdp.olympus.com.cn:44302/RESTAdapter/NFM702'; |
| | | NFM703_ENDPOINT = 'https://wdp.olympus.com.cn:44302/RESTAdapter/NFM703'; |
| | | |
| | | //先款后修 |
| | | NFM112_ENDPOINT = 'http://wdp.olympus.com.cn:8089/RESTAdapter/NFM112'; |
| | | //样本管理 |
| | | 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'; |
| | |
| | | return rtn; |
| | | } |
| | | |
| | | // lt 20220419 Start |
| | | /** |
| | | * @return yyyy/MM/dd の日付文字列 |
| | | */ |
| | | public static String formatDateTime2StrSprit2(DateTime dt) { |
| | | String rtn = null; |
| | | if (dt == null) { |
| | | rtn = ''; |
| | | } else { |
| | | String pDate = formatDateTime2Str(dt); |
| | | rtn = (pDate.substring(0, 4)) + '/' + |
| | | (pDate.substring(4, 6)) + '/' + |
| | | (pDate.substring(6, 8)); |
| | | } |
| | | return rtn; |
| | | } |
| | | // lt 20220419 End |
| | | |
| | | /** |
| | | * add wangweipeng 2022/02/11 |
| | | * [formatDateTime2StrDateTime description] |