interactive 增加 blockbj

This commit is contained in:
fasiondog 2022-08-16 01:35:48 +08:00
parent 0cb266e788
commit e8573c5de7

View File

@ -151,6 +151,12 @@ for s in blocka:
blocksz.add(s)
zsbk_sz = blocksz
blockbj = Block("A", "BJ")
for s in blocka:
if s.market == "BJ":
blockbj.add(s)
zsbk_sz = blockbj
blockg = Block("G", "创业板")
for s in sm:
if s.type == constant.STOCKTYPE_GEM: