fix: 修复计算后未移除多余材料的问题
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
from collectors import Collector
|
||||
from commons.models.price_publish import PricePublish
|
||||
|
||||
|
||||
def collect(year=2023, month=11):
|
||||
"""
|
||||
整理发布价格
|
||||
"""
|
||||
PricePublish.clean(year, month) # 清空当月数据
|
||||
collector = Collector(year, month)
|
||||
collector.run()
|
||||
|
||||
|
Reference in New Issue
Block a user