This commit is contained in:
Li1304553726 2025-02-24 19:35:10 +08:00
parent bb1eeeec7c
commit c8bfbc081a
1 changed files with 8 additions and 8 deletions

View File

@ -214,14 +214,14 @@ export class GenDevService {
type: PostType.COURSE,
title: title,
updatedAt: dayjs().toDate(),
depts: {
connect: {
id: deptId,
},
},
terms:{
connect:[cateId,levelId].map
}
// depts: {
// connect: {
// id: deptId,
// },
// },
// terms:{
// connect:[cateId,levelId].map
// }
},
});
}