From ad5c19c2a18db0b4f7466724c51df9e6cba808c1 Mon Sep 17 00:00:00 2001 From: mzr Date: Wed, 18 Jun 2025 17:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=AC=BE=E5=8D=95=E7=9A=84=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E6=B5=81=E7=A8=8B=20=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E4=BB=8E=E3=80=90=E6=94=B6=E6=AC=BE=E7=BB=93=E7=AE=97=E3=80=91?= =?UTF-8?q?=E6=94=B9=E6=88=90=E3=80=90=E6=94=B6=E6=AC=BE=E4=BC=A0=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nc/api/arap/resource/GatheringbillRestResource.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java b/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java index b917e31..b9e66b4 100644 --- a/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java +++ b/arap/src/public/nc/api/arap/resource/GatheringbillRestResource.java @@ -120,8 +120,8 @@ public class GatheringbillRestResource extends ArapBaseRestResource { // 默认 收款类型 默认合同收款单 Object pk_billtypecode = hybo.findColValue("bd_billtype", "PK_BILLTYPECODE", "billtypename = '合同收款单' "); headvo.setPk_tradetype(pk_billtypecode.toString()); - // 业务流程 默认【收款结算】 - Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款结算' "); + // 业务流程 默认【收款传结算】 + Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款传结算' "); headvo.setPk_busitype(pk_busitype.toString()); // 往来对象0-客户 2-部门 3-业务员 默认客户 headvo.setObjtype(0); @@ -846,8 +846,8 @@ public class GatheringbillRestResource extends ArapBaseRestResource { // 默认 收款类型 默认合同收款单 Object pk_billtypecode = hybo.findColValue("bd_billtype", "PK_BILLTYPECODE", "billtypename = '合同收款单' "); headvo.setPk_tradetype(pk_billtypecode.toString()); - // 业务流程 默认【收款结算】 - Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款结算' "); + // 业务流程 默认【收款传结算】 + Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款传结算' "); headvo.setPk_busitype(pk_busitype.toString()); // 往来对象0-客户 2-部门 3-业务员 默认客户 headvo.setObjtype(0);