修改管理后台

This commit is contained in:
shenquanyi
2025-09-12 20:08:42 +08:00
parent 39d61c6f9b
commit 80a24c2d60
286 changed files with 75316 additions and 9452 deletions

View File

@@ -128,9 +128,7 @@ OrderItem.init({
sequelize,
tableName: 'order_items',
modelName: 'OrderItem',
timestamps: true,
createdAt: 'created_at',
updatedAt: false
timestamps: false
});
/**