From d21ed0d3aadf885839d0956e6d2e29cf40a376ed Mon Sep 17 00:00:00 2001 From: hefengkai <958118178@qq.com> Date: Fri, 18 Oct 2024 17:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E8=B4=A7=E5=8D=95=E5=AD=90=E8=A1=A8?= =?UTF-8?q?=E4=B8=BB=E9=94=AEid=E4=BF=9D=E5=AD=98=E5=88=B0=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../private/nc/impl/pu/dhjyd/dhjydmaster/ArriveToDhjydImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pu/src/private/nc/impl/pu/dhjyd/dhjydmaster/ArriveToDhjydImpl.java b/pu/src/private/nc/impl/pu/dhjyd/dhjydmaster/ArriveToDhjydImpl.java index cd8f9a5..7418172 100644 --- a/pu/src/private/nc/impl/pu/dhjyd/dhjydmaster/ArriveToDhjydImpl.java +++ b/pu/src/private/nc/impl/pu/dhjyd/dhjydmaster/ArriveToDhjydImpl.java @@ -47,6 +47,7 @@ public class ArriveToDhjydImpl implements IArriveToDhjyd { masterVO.setSrcbilltype(arriveHeadVo.getCtrantypeid());//来源单据号 masterVO.setDapplydate(new UFDate());//报检日期 masterVO.setApprovestatus(-1);//单据审批状态-1自由态 + masterVO.setDef1(arriveItems[0].getPk_arriveorder_b());//来源子表主键id DhjydSlave0VO[] itemVOs = (DhjydSlave0VO[])vos[0].getChildrenVO();//检验单表体信息 if(itemVOs != null && itemVOs.length > 0) {