From c007fe5c53a88495130b6c6e5ec9b7fc9ad1c9e1 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.33>
Date: 星期四, 11 十月 2018 16:09:27 +0800
Subject: [PATCH] 配组继续修改

---
 gx_tieta/src/com/fgkj/services/BattInfServices.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/services/BattInfServices.java b/gx_tieta/src/com/fgkj/services/BattInfServices.java
index 348533d..01818a9 100644
--- a/gx_tieta/src/com/fgkj/services/BattInfServices.java
+++ b/gx_tieta/src/com/fgkj/services/BattInfServices.java
@@ -881,6 +881,10 @@
 						if((j+1)==brinf.getNew_monum()&&b.getBattGroupId()==brinf.getNew_battgroupid()){
 							b.setBattProducer(brinf.getOld_battproducer());
 						}
+						if((j+1)==brinf.getOld_monum()&&b.getBattGroupId()==brinf.getOld_battgroupid()){
+							b.setMonNum(-1);
+							break;
+						}
 					}
 		    		list_b.add(b);
 				}

--
Gitblit v1.9.1