Merge remote-tracking branch 'sdny/release' into release

release V1.0.4
zhenghaiyang@ele-cloud.com 2 years ago
commit fa841e42dd
  1. 4
      order-management-invoice/src/main/java/com/dxhy/order/invoice/module/invoice/controller/InvoiceDetailsController.java

@ -97,8 +97,8 @@ public class InvoiceDetailsController {
private String yxisuse;
@GetMapping("priviewOfd")
public R priviewOfd() throws IOException {
File file = new File("C:\\Users\\10216\\Desktop\\042002200113_04440777.ofd");
public R priviewOfd(@RequestParam("path") String path) throws IOException {
File file = new File(path);
FileInputStream fis = null;
ByteArrayOutputStream bos = new ByteArrayOutputStream(1000);

Loading…
Cancel
Save