gaodandan лет назад: 6
Родитель
Сommit
cb9ef02b75

+ 3 - 1
src/main/java/com/chinaitop/depot/device/service/impl/BasicEquipmentEquipmentPoolServiceImpl.java

@@ -100,14 +100,16 @@ public class BasicEquipmentEquipmentPoolServiceImpl implements BasicEquipmentEqu
100
 	            				pool.setRemark(revList.get(j));
100
 	            				pool.setRemark(revList.get(j));
101
 	            				pool.setOrgId(orgId);
101
 	            				pool.setOrgId(orgId);
102
 	            				pool.setInputDate(date);
102
 	            				pool.setInputDate(date);
103
+	            				mapper.insertSelective(pool);
103
             				}
104
             				}
104
             			}
105
             			}
106
+            			pool = null;
105
             			break;
107
             			break;
106
             		default :
108
             		default :
107
             			break;
109
             			break;
108
             	}
110
             	}
109
             }
111
             }
110
-            mapper.insertSelective(pool);
112
+           
111
         }
113
         }
112
         return msg;
114
         return msg;
113
 	}
115
 	}