Sha256: b2c5142970a80d22d4c4c5d766195ede465d5abae643006161bd3dc6ca8bcc55
Contents?: true
Size: 559 Bytes
Versions: 7
Compression:
Stored size: 559 Bytes
Contents
json.data do json.array! @business_subject do |d| json.s_name handled_data d.s_name json.deliver_date handled_time_data d.deliver_date json.b_name handled_data d.b_name json.status status d json.school_name handled_data @business_subject_schools["#{d.id}"] json.id d.id json.identifier d.s_identifier json.staff_name handled_data @business_subject_staffs["#{d.id}"] json.mange_name handled_data @business_subject_manges["#{d.id}"] json.shixun_progress d.shixun_compeled_count end end json.code 0 json.count @count
Version data entries
7 entries across 7 versions & 1 rubygems