代码更新

This commit is contained in:
2022-09-01 14:15:42 +08:00
parent edec74e9a8
commit c281add4a8

View File

@@ -44,7 +44,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
// 获取立库url // 获取立库url
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue(); String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
String url = lkUrl + "storageApply"; String url = lkUrl + "/wcs/inStoreApply";
// 建立与立库的通讯连接 // 建立与立库的通讯连接
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)
@@ -106,7 +106,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
// 获取立库url // 获取立库url
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue(); String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
String url = lkUrl + "storageNotice"; String url = lkUrl + "/wms/inNoticeOrders";
// 建立与立库的通讯连接 // 建立与立库的通讯连接
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)
@@ -141,7 +141,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
// 获取立库url // 获取立库url
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue(); String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
String url = lkUrl + "qualityResult"; String url = lkUrl + "/wms/qualityCheckResult";
// 建立与立库的通讯连接 // 建立与立库的通讯连接
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)
@@ -205,7 +205,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
// 获取立库url // 获取立库url
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue(); String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
String url = lkUrl + "stockStockOut"; String url = lkUrl + "/wms/outNoticeOrders";
// 建立与立库的通讯连接 // 建立与立库的通讯连接
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)
@@ -238,7 +238,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
// 获取立库url // 获取立库url
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue(); String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
String url = lkUrl + "empInAndOut"; String url = lkUrl + "/wms/emptyPalletIO/save";
// 建立与立库的通讯连接 // 建立与立库的通讯连接
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)
@@ -272,7 +272,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
// 获取立库url // 获取立库url
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue(); String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
String url = lkUrl + "login"; String url = lkUrl + "/wms/sys/login";
// 建立与立库的通讯连接 // 建立与立库的通讯连接
String resultMsg = HttpRequest.post(url) String resultMsg = HttpRequest.post(url)