perf: 优化工单审批时间不准确问题

pull/12617/head
jiangweidong 2024-01-29 13:51:46 +08:00 committed by Bryan
parent 9cc048267b
commit 8c7ba4a497
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class TicketStep(JMSBaseModel):
assignees.update(state=state)
self.status = StepStatus.closed
self.state = state
self.save(update_fields=['state', 'status'])
self.save(update_fields=['state', 'status', 'date_updated'])
def set_active(self):
self.status = StepStatus.active