add
This commit is contained in:
parent
bb1eeeec7c
commit
c8bfbc081a
|
@ -214,14 +214,14 @@ export class GenDevService {
|
||||||
type: PostType.COURSE,
|
type: PostType.COURSE,
|
||||||
title: title,
|
title: title,
|
||||||
updatedAt: dayjs().toDate(),
|
updatedAt: dayjs().toDate(),
|
||||||
depts: {
|
// depts: {
|
||||||
connect: {
|
// connect: {
|
||||||
id: deptId,
|
// id: deptId,
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
terms:{
|
// terms:{
|
||||||
connect:[cateId,levelId].map
|
// connect:[cateId,levelId].map
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue