|
@@ -113,9 +113,6 @@ public class PropertyService extends ServiceImpl<PropertyItemDao, PropertyItem>
|
|
Map<String, PropertyItem> saveMap = new HashMap<>();
|
|
Map<String, PropertyItem> saveMap = new HashMap<>();
|
|
for (PropertyItem item : currentList) {
|
|
for (PropertyItem item : currentList) {
|
|
if (accept(item, baseMap)) {
|
|
if (accept(item, baseMap)) {
|
|
- item.setVersionId(version.getId());
|
|
|
|
- item.setCreateTime(time);
|
|
|
|
- item.setUpdateTime(time);
|
|
|
|
saveMap.put(item.getKey(), item);
|
|
saveMap.put(item.getKey(), item);
|
|
}
|
|
}
|
|
}
|
|
}
|