From b45beab4bd9fd91bf583b57d48edf2e99584ec62 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.33> Date: 星期四, 11 十月 2018 14:14:57 +0800 Subject: [PATCH] 配组记录添加 --- gx_tieta/src/com/fgkj/services/BattInfServices.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/services/BattInfServices.java b/gx_tieta/src/com/fgkj/services/BattInfServices.java index 16d3dec..3c6ac12 100644 --- a/gx_tieta/src/com/fgkj/services/BattInfServices.java +++ b/gx_tieta/src/com/fgkj/services/BattInfServices.java @@ -830,6 +830,7 @@ Batttestdatastop sdata=new Batttestdatastop(); sdata.setBattGroupId(binf.getBattGroupId()); sdata.setNote(binf.getBattProducer()); + sdata.setStationid(binf.getStationId()); sdata.setMon_num(j+1); for (int z = 0; z < listr.size(); z++) { BattInf_Rebuild brinf=(BattInf_Rebuild) listr.get(z); -- Gitblit v1.9.1