许鹏程
2023-06-29 69da583c3a1ebb923c5023c5e2b42f094ccb1b53
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);