添加后端接口修改前端及小程序

This commit is contained in:
2025-09-29 17:58:42 +08:00
parent 488cbe4056
commit 4af8368097
50 changed files with 4558 additions and 333 deletions

View File

@@ -92,12 +92,12 @@ const getProjectById = async (req, res) => {
{
model: User,
as: 'creator',
attributes: ['id', 'username', 'name']
attributes: ['id', 'username', 'real_name']
},
{
model: User,
as: 'updater',
attributes: ['id', 'username', 'name']
attributes: ['id', 'username', 'real_name']
}
]
});