写错了pipeline的名字
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mingsheng.li 2025-08-05 15:04:27 +08:00
parent d1af60c812
commit c9e46a902f

View File

@ -156,7 +156,7 @@ class DbfToPostgresCtllogPwcPipeline(BasePipeline):
if created is None or real_value is None:
continue
created_str = created.strftime('%Y-%m-%d %H:%M:%S.%f')[:-3] + '+00'
created_str = created.strftime('%Y-%m-%d %H:%M:%S') + '+00'
self.batch_data.append((
created_str,