From 62c2d908906d8882ff84bc00cc8401bf341d68c9 Mon Sep 17 00:00:00 2001 From: XZW Date: Fri, 20 Mar 2020 12:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E4=BC=A0=E8=BE=93?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BB=A5=E5=90=8E=E4=B8=8D=E5=86=8D=E4=BC=A0?= =?UTF-8?q?=E8=BE=93=E6=89=80=E5=B1=9E=E8=A1=8C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/voucher/serviceImp/VoucherToNCforDistributor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_core/com/tenwa/voucher/serviceImp/VoucherToNCforDistributor.java b/src_core/com/tenwa/voucher/serviceImp/VoucherToNCforDistributor.java index 84a4ed0d5..867d442c0 100644 --- a/src_core/com/tenwa/voucher/serviceImp/VoucherToNCforDistributor.java +++ b/src_core/com/tenwa/voucher/serviceImp/VoucherToNCforDistributor.java @@ -216,7 +216,7 @@ public class VoucherToNCforDistributor implements Job{ Element mnecode = billhead.addElement("mnecode"); // 助记码,最大长度为50,类型为:String mnecode.setText(""); Element trade = billhead.addElement("trade"); // 所属行业,最大长度为20,类型为:String - trade.setText((BUSINESS_SCOPE==null)?"":BUSINESS_SCOPE); + trade.setText(""); Element pk_supplier_main = billhead.addElement("pk_supplier_main"); // 上级供应商,最大长度为20,类型为:String // pk_supplier_main.setText((SUBSIDIARY_COMPANY==null)?"":SUBSIDIARY_COMPANY); pk_supplier_main.setText("");