hk-cdp 1.0.104__py3-none-any.whl → 1.0.105__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 hk-cdp might be problematic. Click here for more details.

@@ -8,11 +8,12 @@ class WorkBaseModel():
8
8
  :description: 队列作业日志业务模型
9
9
  """
10
10
 
11
- def __init__(self, context=None, logging_error=None, logging_info=None, db_config_dict=None):
11
+ def __init__(self, context=None, logging_error=None, logging_info=None, db_config_dict=None, sub_table=None):
12
12
  self.context = context
13
13
  self.logging_link_error = logging_error
14
14
  self.logging_link_info = logging_info
15
15
  self.db_config_dict = db_config_dict
16
+ self.sub_table = sub_table
16
17
 
17
18
  def add_queue_work_log(self, log_id, queue_name, queue_value, is_success=1, result_info='执行成功'):
18
19
  """
@@ -26,7 +27,7 @@ class WorkBaseModel():
26
27
  :last_editors: HuangJianYi
27
28
  """
28
29
  try:
29
- queue_work_log_model = QueueWorkLogModel(db_config_dict=self.db_config_dict, context=self.context)
30
+ queue_work_log_model = QueueWorkLogModel(db_config_dict=self.db_config_dict, sub_table=self.sub_table, context=self.context)
30
31
  queue_work_log = QueueWorkLog()
31
32
  queue_work_log.log_id = log_id
32
33
  queue_work_log.queue_name = queue_name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hk-cdp
3
- Version: 1.0.104
3
+ Version: 1.0.105
4
4
  Summary: hk cdp
5
5
  Home-page: http://gitlab.tdtech.gao7.com/newfire/hk_cap/hk_cdp/server/hk_cdp.git
6
6
  Author: seven
@@ -7,7 +7,7 @@ hk_cdp/libs/customize/asset_base_model.py,sha256=qejT8iZhTTIyCB2GR9jEizVYpGBMfke
7
7
  hk_cdp/libs/customize/cdp_helper.py,sha256=st4NOYbFBT4WIOJ3j7bcAyml503z2ayiU78hbrNisGM,11810
8
8
  hk_cdp/libs/customize/rainbow_helper.py,sha256=M9gb3MyHf8SHGtX27GC8llivvAZxV_fb1CqJK_crfZ4,2372
9
9
  hk_cdp/libs/customize/tiktok_spi_helper.py,sha256=CBzZOZlwcJdI22HOewIPTvAPWOHYdyvq7OAZhijTlFA,3575
10
- hk_cdp/libs/customize/work_base_model.py,sha256=ML_ayAR1AMMv8MTIGbS1jSZCvbbFXSEG59FkdXbT3cM,1854
10
+ hk_cdp/libs/customize/work_base_model.py,sha256=0-oDyhcUQchj4L-AvWogBUYyhh8MUevaV6jmL94yQ5A,1931
11
11
  hk_cdp/models/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
12
12
  hk_cdp/models/cdp_model.py,sha256=GxC3zXZ0po2iFkaFeTYcnq8S7hGXQ-vUb9rYoka-BMI,5948
13
13
  hk_cdp/models/enum.py,sha256=0-kP-3RguGLZXHaamyBqlQMSNGOOH09yqksrz-o8ZrE,2381
@@ -66,8 +66,8 @@ hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-Qz
66
66
  hk_cdp/models/db_models/user/user_data_model.py,sha256=hswh3ELJtBilEgzr7W6MfmaWsnSr93oO0nizbbPeRAk,2757
67
67
  hk_cdp/models/db_models/user/user_info_model.py,sha256=TywpvlFGkch9hO_szyhin-ed4xfTWBM7L59IU96SfxU,4138
68
68
  hk_cdp/models/db_models/user/user_trends_model.py,sha256=oxJCBnJQEvFr1_heV_cxRrPIic6_oSoLqARc6ldp2LM,1592
69
- hk_cdp-1.0.104.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
70
- hk_cdp-1.0.104.dist-info/METADATA,sha256=smf-_tuvIkBQOON_jimTI5j3rQtWs74mFu0tYbldGPU,7102
71
- hk_cdp-1.0.104.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
72
- hk_cdp-1.0.104.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
73
- hk_cdp-1.0.104.dist-info/RECORD,,
69
+ hk_cdp-1.0.105.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
70
+ hk_cdp-1.0.105.dist-info/METADATA,sha256=RGL3rqEPepou2gduDNQyHbLH97xUtDfsEIbieoKCFS0,7102
71
+ hk_cdp-1.0.105.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
72
+ hk_cdp-1.0.105.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
73
+ hk_cdp-1.0.105.dist-info/RECORD,,