Parcourir la source

连续导入模板

gaodandan il y a 6 ans
Parent
commit
cb9ef02b75

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

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