mns-scheduler 1.3.6.3__py3-none-any.whl → 1.3.6.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mns-scheduler might be problematic. Click here for more details.

@@ -88,6 +88,16 @@ def handle_industry_area_product(time_operate_index_item_df, symbol):
88
88
  product_index_item_list = business_one.product_index_item_list
89
89
  for product_one in product_index_item_list:
90
90
  try:
91
+ # 初始化数据
92
+ income_amount = 0
93
+ income_percent = 0
94
+ cost_amount = 0
95
+ cost_percent = 0
96
+ gross_profit_amount = 0
97
+ gross_profit_percent = 0
98
+ gross_profit_rate_amount = 0
99
+ gross_profit_rate_percent = 0
100
+
91
101
  product_name = product_one['product_name']
92
102
  index_analysis_list = product_one['index_analysis_list']
93
103
  for index_one in index_analysis_list:
@@ -136,7 +146,7 @@ def handle_industry_area_product(time_operate_index_item_df, symbol):
136
146
 
137
147
 
138
148
  if __name__ == '__main__':
139
- sync_company_product_area_industry('002562')
149
+ sync_company_product_area_industry('002562', None)
140
150
  # sync_company_product_area_industry('002323')
141
151
  # sync_company_product_area_industry('300901')
142
152
  # sync_company_product_area_industry('603225')
@@ -1,4 +1,4 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mns-scheduler
3
- Version: 1.3.6.3
3
+ Version: 1.3.6.4
4
4
 
@@ -5,7 +5,7 @@ mns_scheduler/company_info/announce/company_announce_sync_service.py,sha256=q8zY
5
5
  mns_scheduler/company_info/base/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
6
6
  mns_scheduler/company_info/base/sync_company_base_info_api.py,sha256=SIBQqUbAZXGCfAoYq78McvIZ6vrttlCfAlqhZl23z9U,21050
7
7
  mns_scheduler/company_info/base/sync_company_hold_info_api.py,sha256=ep9CthkoL_NNqkZgAeAdZqaf7_LNFDCrZonUjrT7w5o,1587
8
- mns_scheduler/company_info/base/sync_company_product_area_industry.py,sha256=2ADfN_DhVrOiIJOPUGiS38iwULJW2EUYJ_2JIKrhECE,6816
8
+ mns_scheduler/company_info/base/sync_company_product_area_industry.py,sha256=6l-n15TTD175qCK3Zsy2xS5lf0fiHJ7W-3Ri8r18FIc,7173
9
9
  mns_scheduler/company_info/clean/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
10
10
  mns_scheduler/company_info/clean/company_info_clean_api.py,sha256=P_-Nms6S1nVyqVOFKDT-Cq1RvriZV4IMz9eZCDF5Ovk,6104
11
11
  mns_scheduler/company_info/constant/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
@@ -165,7 +165,7 @@ mns_scheduler/zz_task/data_sync_task.py,sha256=XD8xkzH16L4DvQu2VScmsY4nnwHkj3dYP
165
165
  mns_scheduler/zz_task/compensation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
166
  mns_scheduler/zz_task/compensation/compensate_task.py,sha256=Dyo66NcSnXZ-Cne4_v77BBb27SemAiuGXRLnvQ26X0E,6464
167
167
  mns_scheduler/zz_task/compensation/compensate_task_one_day.py,sha256=ize69Ocy1k5rf8Xckk1izcEJ361HBtWH1zoJrScBS28,5751
168
- mns_scheduler-1.3.6.3.dist-info/METADATA,sha256=u3zcrIkf-jgaQzjNkuXL1JISc49gW6WdDeq1dEyJFDk,64
169
- mns_scheduler-1.3.6.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
170
- mns_scheduler-1.3.6.3.dist-info/top_level.txt,sha256=PXQDFBGR1pWmsUbH5yiLAh71P5HZODTRED0zJ8CCgOc,14
171
- mns_scheduler-1.3.6.3.dist-info/RECORD,,
168
+ mns_scheduler-1.3.6.4.dist-info/METADATA,sha256=G4urY-VgUgJW6XOBtaRKvL8Pk7ZEN3bTAIqaHfBdShk,64
169
+ mns_scheduler-1.3.6.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
170
+ mns_scheduler-1.3.6.4.dist-info/top_level.txt,sha256=PXQDFBGR1pWmsUbH5yiLAh71P5HZODTRED0zJ8CCgOc,14
171
+ mns_scheduler-1.3.6.4.dist-info/RECORD,,