Compare commits

..

No commits in common. "78b6d0425b07dfe801bcfbe5eaec391c178af6eb" and "da6f6661bc93937ebdc0e97e09240f88b197ed8c" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -398,10 +398,10 @@ class DocDocumentContrastCtx:
cut_images = {}
if self.cut_image == 1:
cut_images, _ = cut_report_img([CutReportImgColumn(
crossid=self.crossid,
cross_name=self.cross_name,
time_list=self.time_list,
tp_name=self.tp,
crossid='CR_10264777_2509810',
cross_name='玉峰路与陈家营路交叉口',
time_list=[['2026-05-01', '2026-05-04'],['2026-05-06', '2026-05-09']],
tp_name='02:00-03:00',
walk=1,
delay=1,
flow_in=1)], self.nodeid, self.area_id, self.cut_image_userid , self.cut_image_role)