This commit is contained in:
邱博亞 2023-12-30 11:38:54 +08:00
parent 7c6f51f7ca
commit cfa4e61ef5
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ class FeedsController < ApplicationController
a["category_id"] = category_id
locales.each do |locale|
locale_sym = locale.to_sym
time_field_value = Time.parse(a[feeds_time_field]) rescue a[feeds_time_field]
has_create = false
feed_annc[:all_contents_for_feed][locale_sym].each_with_index do |aa, i|
if aa["id"] == a["id"]