mns-scheduler 1.3.0.2__py3-none-any.whl → 1.3.0.3__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.
- mns_scheduler/risk/compliance/undisclosed_annual_report_api.py +3 -1
- {mns_scheduler-1.3.0.2.dist-info → mns_scheduler-1.3.0.3.dist-info}/METADATA +1 -1
- {mns_scheduler-1.3.0.2.dist-info → mns_scheduler-1.3.0.3.dist-info}/RECORD +5 -5
- {mns_scheduler-1.3.0.2.dist-info → mns_scheduler-1.3.0.3.dist-info}/WHEEL +0 -0
- {mns_scheduler-1.3.0.2.dist-info → mns_scheduler-1.3.0.3.dist-info}/top_level.txt +0 -0
|
@@ -23,6 +23,8 @@ def un_disclosed_report_check(sync_time, now_year, period, period_time):
|
|
|
23
23
|
if period == 4 or period == 1:
|
|
24
24
|
month = sync_time[5:7]
|
|
25
25
|
day = sync_time[8:10]
|
|
26
|
+
day = int(day)
|
|
27
|
+
month = int(month)
|
|
26
28
|
if (month < 4) or (month == 4 and day < 20):
|
|
27
29
|
return None
|
|
28
30
|
last_report_day = str(now_year) + "-05-01"
|
|
@@ -66,4 +68,4 @@ def un_disclosed_report_check(sync_time, now_year, period, period_time):
|
|
|
66
68
|
|
|
67
69
|
|
|
68
70
|
if __name__ == '__main__':
|
|
69
|
-
un_disclosed_report_check('
|
|
71
|
+
un_disclosed_report_check('2025-04-29', 2025, 4, '2024-12-31 00:00:00')
|
|
@@ -126,7 +126,7 @@ mns_scheduler/open/sync_one_day_open_data_to_db_service.py,sha256=8Ac3cNwYjrwn6z
|
|
|
126
126
|
mns_scheduler/risk/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
127
127
|
mns_scheduler/risk/financial_report_risk_check_api.py,sha256=BPkMZ7aINfOFPswIV115kFUhyt0j7dLyA755QEDl-So,1648
|
|
128
128
|
mns_scheduler/risk/compliance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
129
|
-
mns_scheduler/risk/compliance/undisclosed_annual_report_api.py,sha256=
|
|
129
|
+
mns_scheduler/risk/compliance/undisclosed_annual_report_api.py,sha256=sRU6cbvIpICZbTUJIUIobwoV02HG5lINUeTL0LSrZNE,3870
|
|
130
130
|
mns_scheduler/risk/financial/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
131
|
mns_scheduler/risk/financial/annual_report_audit_check_api.py,sha256=EW1PToBJM6yIwbDB4uh1unt20z4nEsduwk-nd2rI_fE,2580
|
|
132
132
|
mns_scheduler/risk/financial/net_assets_check_api.py,sha256=glhBAyixc4mNfFUCRyT22wsAQC20R67jthyg8uvsOS4,4737
|
|
@@ -181,7 +181,7 @@ mns_scheduler/zt/zt_pool/ths_zt_pool_sync_api.py,sha256=u0IvwPuI2hnjTOrwwe8EhBAM
|
|
|
181
181
|
mns_scheduler/zt/zt_pool/update_null_zt_reason_api.py,sha256=1uoiR2Uw46kDfjkvNg2US5rd_4OIkYO3872gIJOufUY,2135
|
|
182
182
|
mns_scheduler/zz_task/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
183
183
|
mns_scheduler/zz_task/data_sync_task.py,sha256=ls25q6bINT5jaBukjM8A4EllBoHa8_37j3zadCXOpgE,23490
|
|
184
|
-
mns_scheduler-1.3.0.
|
|
185
|
-
mns_scheduler-1.3.0.
|
|
186
|
-
mns_scheduler-1.3.0.
|
|
187
|
-
mns_scheduler-1.3.0.
|
|
184
|
+
mns_scheduler-1.3.0.3.dist-info/METADATA,sha256=UYtPRiAgduV8TYS3H8hawsO81t9HliWmRltkSAWhalQ,64
|
|
185
|
+
mns_scheduler-1.3.0.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
186
|
+
mns_scheduler-1.3.0.3.dist-info/top_level.txt,sha256=PXQDFBGR1pWmsUbH5yiLAh71P5HZODTRED0zJ8CCgOc,14
|
|
187
|
+
mns_scheduler-1.3.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|