From f15bb6c8e88ad90039c1b69bbbf0f77458dc20c4 Mon Sep 17 00:00:00 2001 From: fkf <1475794025@qq.com> Date: Wed, 2 Aug 2023 13:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/yxt/supervise/gf/biz/outstock/OutStockService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-supervise-gf-biz/src/main/java/com/yxt/supervise/gf/biz/outstock/OutStockService.java b/yxt-supervise-gf-biz/src/main/java/com/yxt/supervise/gf/biz/outstock/OutStockService.java index 6790843..6d28f2d 100644 --- a/yxt-supervise-gf-biz/src/main/java/com/yxt/supervise/gf/biz/outstock/OutStockService.java +++ b/yxt-supervise-gf-biz/src/main/java/com/yxt/supervise/gf/biz/outstock/OutStockService.java @@ -322,7 +322,7 @@ public class OutStockService extends ServiceImpl { RecordMaterielList recordMaterielList = null; InStockGetRecordMaterielList inStockGetRecordMaterielList = null; if (state == 0){ - + inStockGetRecordMaterielList = new ObjectMapper().convertValue(stringListEntry.getValue().get(i), InStockGetRecordMaterielList.class); }else { recordMaterielList = new ObjectMapper().convertValue(stringListEntry.getValue().get(i), RecordMaterielList.class); }