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);