src/main/java/com/product/print/controller/PrintRealizeController.java
@@ -50,7 +50,7 @@ if (StringUtils.isEmpty(CmnConst.PRINT_TEMP)) { return error(CmnCode.SYSTEM_FORM_COUNT); } printRealizeService.print(fse, response); printRealizeService.print(fse, response, true); return OK(); } catch (BaseException e) { return error(e); @@ -78,7 +78,7 @@ if (StringUtils.isEmpty(CmnConst.PRINT_TEMP)) { return error(CmnCode.SYSTEM_FORM_COUNT); } printRealizeService.printWord(fse, response); printRealizeService.print(fse, response, false); return OK(); } catch (BaseException e) { return error(e);