原始数据去上传时间字段
This commit is contained in:
@@ -209,7 +209,6 @@ class ComprehensiveDataService:
|
||||
"bffb": orig.bffb,
|
||||
"bfpl": orig.bfpl,
|
||||
"bfpvalue": orig.bfpvalue,
|
||||
"times": orig.times,
|
||||
"NYID": orig.NYID,
|
||||
"sort": orig.sort
|
||||
} for orig in original_data if orig.NYID == level.NYID
|
||||
|
||||
@@ -79,7 +79,6 @@ class OriginalDataService(BaseService[OriginalData]):
|
||||
bffb=item_data.get('bffb'),
|
||||
bfpl=item_data.get('bfpl'),
|
||||
bfpvalue=item_data.get('bfpvalue'),
|
||||
times=item_data.get('times'),
|
||||
NYID=item_data.get('NYID'),
|
||||
sort=item_data.get('sort')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user