FIX 合并主干分支代码并解决代码冲突

This commit is contained in:
jasder
2021-10-18 18:16:12 +08:00
31 changed files with 403 additions and 42 deletions

View File

@@ -57,4 +57,12 @@ json.setting do
json.common @common
json.third_party @third_party
if @top_system_notification.present?
json.system_notification do
json.(@top_system_notification, :id, :subject, :sub_subject, :content)
end
else
json.system_notification nil
end
end