From 78d6608f86001c7bc71f3286cb8adc470dd9d4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=96=E5=BC=BA?= Date: Wed, 31 May 2023 09:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=AE=A1=E6=A0=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/jnpf/tradeupload/controller/TradeuploadController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java b/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java index 1d74f89d..439b8da9 100644 --- a/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java +++ b/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java @@ -542,7 +542,7 @@ public class TradeuploadController { public ActionResult batchAudit(@PathVariable("ids") String ids,@RequestBody @Valid TradeuploadUpForm tradeuploadUpForm) throws DataException { String[] idList = ids.split(","); PoundlistEntity poundlistEntity = new PoundlistEntity(); - poundlistEntity.setPurchaseorderId(tradeuploadUpForm.getPurchaseId()); + poundlistEntity.setPurchaseId(tradeuploadUpForm.getPurchaseId()); poundlistEntity.setSupplierId(tradeuploadUpForm.getSupplierId()); poundlistEntity.setSupplierName(tradeuploadUpForm.getSupplierName()); poundlistEntity.setIsExamine("1");