| | |
| | | except: |
| | | pass |
| | | # L后囊括快照 |
| | | current_info = LCancelBigNumComputer().statistic_l_down_watch_indexes_info(code) |
| | | last_info = LDownCancelWatchIndexStatisticManager().get_statistic_info(code) |
| | | fdata['l_down_watch_indexes_info'] = {} |
| | | if current_info: |
| | | fdata['l_down_watch_indexes_info']['current'] = current_info |
| | | if last_info: |
| | | fdata['l_down_watch_indexes_info']['last'] = last_info |
| | | try: |
| | | current_info = LCancelBigNumComputer().statistic_l_down_watch_indexes_info(code) |
| | | last_info = LDownCancelWatchIndexStatisticManager().get_statistic_info(code) |
| | | fdata['l_down_watch_indexes_info'] = {} |
| | | if current_info: |
| | | fdata['l_down_watch_indexes_info']['current'] = current_info |
| | | if last_info: |
| | | fdata['l_down_watch_indexes_info']['last'] = last_info |
| | | except: |
| | | pass |
| | | fdatas.append(fdata) |
| | | except Exception as e: |
| | | logger_debug.exception(e) |