Administrator
2025-07-16 ca2f22fccd15602d34611f68713bd6888fe24d32
api/outside_api_command_callback.py
@@ -1165,13 +1165,16 @@
                            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)