Index: ssts-web/src/main/java/com/forgon/disinfectsystem/printbarcode/action/PrintBarcodeAction.java =================================================================== diff -u -r25149 -r25157 --- ssts-web/src/main/java/com/forgon/disinfectsystem/printbarcode/action/PrintBarcodeAction.java (.../PrintBarcodeAction.java) (revision 25149) +++ ssts-web/src/main/java/com/forgon/disinfectsystem/printbarcode/action/PrintBarcodeAction.java (.../PrintBarcodeAction.java) (revision 25157) @@ -43,8 +43,8 @@ format = BarcodeFormat.QR_CODE; // 读取传入的图片宽度和高度参数 - width = Integer.valueOf(StrutsParamUtils.getPraramValue("barcodeImgWidth", "100")); - height = Integer.valueOf(StrutsParamUtils.getPraramValue("barcodeImgHeight", "100")); + width = Integer.valueOf(StrutsParamUtils.getPraramValue("barcodeImgWidth", "80")); + height = Integer.valueOf(StrutsParamUtils.getPraramValue("barcodeImgHeight", "80")); break; default: break;