diff --git a/ad_tasks.py b/ad_tasks.py index 7d598d3..dcb9984 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -67,7 +67,8 @@ def send_cache_data(): channelid, jump_status, locationid , - ad_property + ad_property, + createtime from ad where @@ -85,7 +86,7 @@ def send_cache_data(): try: item['id'], item['name'], item['ad_num'], item['ad_title'], item['ad_body'], item['ad_image'], item[ 'jump_param'], item['ad_sort'], item['companyid'], item['gameid'], item['channelid'], item[ - 'jump_status'], item['locationid'], item['ad_property'] = line + 'jump_status'], item['locationid'], item['ad_property'],item['createtime'] = line if item.get('jump_param', "") and (item['ad_property'].find("jump_param") == -1): try: temp = {}