From 801e2641cd185242fa17a2bcf6f0772a75eb064c Mon Sep 17 00:00:00 2001 From: "castle.zang" Date: Wed, 24 Jul 2024 14:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E5=B9=BF=E5=B7=9E=E7=8E=B0?= =?UTF-8?q?=E5=9C=BA=E6=9D=A1=E7=A0=81=E4=BF=AE=E6=94=B9=E6=9D=A1=E7=A0=81?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pcn/apiservice/serviceimpl/print/strategy/GqxnyPrintStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/print/strategy/GqxnyPrintStrategy.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/print/strategy/GqxnyPrintStrategy.java index 2618ad0..23e33c4 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/print/strategy/GqxnyPrintStrategy.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/print/strategy/GqxnyPrintStrategy.java @@ -166,7 +166,7 @@ public class GqxnyPrintStrategy implements IPrintTemplateStrategyService { } private String stringFormat(String data, Integer length) { - return stringFormat(data, length, true, "-"); + return stringFormat(data, length, true, "0"); } private String stringFormat(String data, Integer length, boolean left, String symbol) {