Administrator
20 小时以前 ecfbb56f1ce77b2288d272fa1ed2a02623e92d5a
servers/huaxin_trade_server.py
@@ -406,7 +406,7 @@
            # 09:25之后才开始记录
            if datas and tool.get_now_time_str() > '09:25:00':
                for d in datas:
                    MaxPriceInfoManager().set_price_info(d[0], price=d[1], time=d[9], sell1_info=(d[10], d[11]))
                    MaxPriceInfoManager().set_price_info(d[0], price=d[1], time_str=d[9], sell1_info=(d[10], d[11]))
        except Exception as e:
            logger_debug.exception(e)