调整缓存数据生成脚本
This commit is contained in:
parent
0582e73d01
commit
8f96b5d063
@ -99,7 +99,7 @@ def produce_task():
|
||||
'id', 'name', 'ad_num', 'ad_title', 'ad_body', 'ad_image', 'jump_param', 'ad_sort', 'companyid',
|
||||
'gameid', 'channelid', 'jump_status', 'locationid', 'ad_property', 'createtime')
|
||||
item = split_list(field, line)
|
||||
print(f"item={item}")
|
||||
item['createtime'] = datetime.datetime.strftime(item['createtime'], "%Y-%m-%d %H:%M:%S")
|
||||
if item:
|
||||
if item.get('jump_param', "") and (item['ad_property'].find("jump_param") == -1):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user