|
|
|
@ -405,7 +405,9 @@ public class DeliveryNoteServiceImpl extends BaseServiceImpl<DeliveryNoteMapper,
|
|
|
|
|
snArray.add(jsonObject); |
|
|
|
|
} |
|
|
|
|
entries.set("snList", snArray); |
|
|
|
|
String post = HttpUtil.post(oldProperties.getPushNodeUrl(), JSONUtil.toJsonStr(entries)); |
|
|
|
|
JSONArray objects = new JSONArray(); |
|
|
|
|
objects.add(entries); |
|
|
|
|
String post = HttpUtil.post(oldProperties.getPushNodeUrl(), JSONUtil.toJsonStr(objects)); |
|
|
|
|
FactoryNodeAllPushEntity pushAllEntity = new FactoryNodeAllPushEntity(); |
|
|
|
|
pushAllEntity.setWarehouse(entries.getStr("nodeName")); |
|
|
|
|
pushAllEntity.setWorkBatch(orderCode); |
|
|
|
|