Commit e58c5b93 by ivan Lan

Fix the detail_info_value of snapshot

parent f78efb44
......@@ -90,7 +90,7 @@ module Shotengai
# 将未支付时的 detail_info_value 指派给 series.detail_info_template
# 'detail' 为 上方 column_has_implants 所指定的对应嵌入物(implants)
def detail_info_value
full_info_value['detail'] || series.detail_info_template.decode
full_info_value['detail'] || Shotengai::Harray.decode(series.detail_info_template)
end
def already_disable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment