zhaoqingang
2024-11-22 6bc379d8e44d02340b0a589fcd885538afada2c2
app/models/dialog_model.py
@@ -57,6 +57,6 @@
        return {
            'id': self.id,
            'updated_time': self.update_time,
            'update_date': self.update_time.strftime('%Y-%m-%d %H:%M:%S'),
            'update_date': self.update_date.strftime('%Y-%m-%d %H:%M:%S'),
            'name': self.name,
        }