|
|
|
@ -100,7 +100,7 @@ public class AuthPushJob {
|
|
|
|
|
if(CollUtil.isNotEmpty(list1)){ |
|
|
|
|
for (FactoryNodePushEntity nodePushEntity : list1) { |
|
|
|
|
String content1 = nodePushEntity.getContent(); |
|
|
|
|
String url1 = jinPaiProperties.getOldSystemHost() + jinPaiProperties.getOldSystemArrivedUrl(); |
|
|
|
|
String url1 = jinPaiProperties.getOldSystemHost() + jinPaiProperties.getOldSystemAlreadyStockedUrl(); |
|
|
|
|
log.info("字段缺失重新推送:{}", JSONUtil.toJsonStr(entries)); |
|
|
|
|
String result1 = HttpUtil.post(url1, content1); |
|
|
|
|
FactoryNodePushEntity factoryNodePushEntity2 = new FactoryNodePushEntity(); |
|
|
|
|