From 5e793ddf42ce31dfd91a463102bb7f4a205ef0c0 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期日, 29 六月 2025 10:21:34 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/impl/ReportToThirdServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/impl/ReportToThirdServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/ReportToThirdServiceImpl.java index e167bf4..c932044 100644 --- a/src/main/java/com/zy/asrs/service/impl/ReportToThirdServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/ReportToThirdServiceImpl.java @@ -348,7 +348,7 @@ InvCountBodyVO invCountBodyVO = new InvCountBodyVO(); invCountBodyVO.setCmaterialoid(inventoryCheckOrderDetl.getMatnr()); invCountBodyVO.setVbatchcode(inventoryCheckOrderDetl.getBatch()); - invCountBodyVO.setNcountastnum(inventoryCheckOrderDetl.getCheckAnfme()); + invCountBodyVO.setNcountnum(inventoryCheckOrderDetl.getCheckAnfme()); invCountBodyVO.setCstateid(nccScPcdaWms.getPkStorestate()); invCountBodyVO.setPk_batchcode(nccScPcdaWms.getPkBatchcode()); invCountBodyVOList.add(invCountBodyVO); -- Gitblit v1.9.1