付款单模板,导入文件修复bug

product
chuang 2 years ago
parent fe83b758d7
commit 9ea26159ef

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

Loading…
Cancel
Save