src/main/java/com/zy/asrs/task/handler/AutoReportingHandler.java
@@ -110,7 +110,7 @@ .setJson(JSON.toJSONString(orderRsult)) .build() .doPost(); log.info("订单明细完成上报u8原始返回:{}", response); log.info("orderNo:{},matnr:{},qty:{}订单明细完成上报u8原始返回:{}",orderNo ,orderDetl.getMatnr() ,qty , response); JSONObject jsonObject = JSON.parseObject(response); if (jsonObject.getInteger("code").equals(200)) {