From ff54d71d1e65d5ea5647c1acb7b21daa618b83c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=B4=B5=E5=BC=BA?= Date: Wed, 3 Sep 2025 14:36:39 +0800 Subject: [PATCH] =?UTF-8?q?sap=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shjh/jhzj7/fi/fi/plugin/operate/RevenueBillOperation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/java/shjh/jhzj7/fi/fi/plugin/operate/RevenueBillOperation.java b/main/java/shjh/jhzj7/fi/fi/plugin/operate/RevenueBillOperation.java index 9127ba9..76853aa 100644 --- a/main/java/shjh/jhzj7/fi/fi/plugin/operate/RevenueBillOperation.java +++ b/main/java/shjh/jhzj7/fi/fi/plugin/operate/RevenueBillOperation.java @@ -173,7 +173,7 @@ public class RevenueBillOperation extends AbstractOperationServicePlugIn impleme iteminfo.put("BUDAT", datestr); SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy"); String datestr2 = sdf2.format(date); - iteminfo.put("BELNR", datestr2); + iteminfo.put("GJAHR", datestr2); } }