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