Commit 247a7c1d authored by 赵威's avatar 赵威

update field

parent bd35a856
......@@ -336,13 +336,13 @@ def device_diary_fe(device_id, diary_ids, device_dict, diary_dict):
common_fp = common_elements(device_fp, diary_fp)
common_sp = common_elements(device_sp, diary_sp)
common_p = common_elements(device_p, diary_p)
tmp["diary_fd"] = nth_element(diary_fd, 0)
tmp["diary_sd"] = nth_element(diary_sd, 0)
tmp["diary_fs"] = nth_element(diary_fs, 0)
tmp["diary_ss"] = nth_element(diary_ss, 0)
tmp["diary_fp"] = nth_element(diary_fp, 0)
tmp["diary_sp"] = nth_element(diary_sp, 0)
tmp["diary_p"] = nth_element(diary_p, 0)
tmp["content_fd"] = nth_element(diary_fd, 0)
tmp["content_sd"] = nth_element(diary_sd, 0)
tmp["content_fs"] = nth_element(diary_fs, 0)
tmp["content_ss"] = nth_element(diary_ss, 0)
tmp["content_fp"] = nth_element(diary_fp, 0)
tmp["content_sp"] = nth_element(diary_sp, 0)
tmp["content_p"] = nth_element(diary_p, 0)
tmp["fd1"] = nth_element(common_fd, 0)
tmp["fd2"] = nth_element(common_fd, 1)
tmp["fd3"] = nth_element(common_fd, 2)
......
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