product
chuang 2 years ago
parent bb11861fd4
commit 293fdc4e68

@ -55,7 +55,7 @@ public class MobilePortController {
@GetMapping(value = "/getPaymentDocPdf/{id}", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public void getPaymentDocPdf(HttpServletResponse response,@PathVariable("id") String id) throws IOException {
String idd="410787543580384837";
paymentdocService.getPaymentDocPdf(idd);
paymentdocService.getPaymentDocPdf(id);
}

Loading…
Cancel
Save