feat: 摘要拆分

This commit is contained in:
archer
2023-03-26 22:09:59 +08:00
parent 888642f154
commit 3e4487ad9a
20 changed files with 397 additions and 83 deletions

View File

@@ -13,14 +13,15 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
// await DataItem.updateMany(
// {},
// {
// times: 2
// type: 'QA'
// // times: 2
// }
// );
await Data.updateMany(
{},
{
isDeleted: false
type: 'QA'
}
);