diff --git a/sf_manufacturing/models/agv_setting.py b/sf_manufacturing/models/agv_setting.py index 8526627c..a6724e25 100644 --- a/sf_manufacturing/models/agv_setting.py +++ b/sf_manufacturing/models/agv_setting.py @@ -60,6 +60,7 @@ class AgvTaskRoute(models.Model): class Center_controlInterfaceLog(models.Model): _name = 'center_control.interface.log' _description = '中控接口调用日志' + _order = 'id desc' name = fields.Char('接口名称') content = fields.Char('接口内容')