|
@@ -274,6 +274,7 @@ public class CameraService {
|
|
obj.setCommunityId(idenCommunity.getId());
|
|
obj.setCommunityId(idenCommunity.getId());
|
|
}
|
|
}
|
|
obj.setType(type);
|
|
obj.setType(type);
|
|
|
|
+ obj.setCreateTime(new Date());
|
|
listDb.add(obj);
|
|
listDb.add(obj);
|
|
}
|
|
}
|
|
return this.idenCameraService.saveBatch(listDb);
|
|
return this.idenCameraService.saveBatch(listDb);
|