src/main/java/com/zy/asrs/service/impl/OrderServiceImpl.java
@@ -220,7 +220,7 @@ int code = doHttpRequest(param, "单据审核", url, orderReportPath, null, "127.0.0.1"); //int code = doHttpRequest(param, "单据审核", "localhost:8080", "/test/report", null, "127.0.0.1"); if(code == 200){ if(code == 0){ order.setSettle(6L); this.updateById(order); }