diff --git a/docs/javascript/2023-11-21-dotnetcore.md b/docs/javascript/2023-11-21-dotnetcore.md index 8d7b4d129e..4b1a6ee8e4 100644 --- a/docs/javascript/2023-11-21-dotnetcore.md +++ b/docs/javascript/2023-11-21-dotnetcore.md @@ -49,7 +49,6 @@ dotnet ef migrations add MonitorTaskAnonymous -c DvsContext --framework net6.0 - dotnet ef database update -c DvsContext --framework net6.0 -v - // 回滚到上一次的变更 // 列出所有的数据库变更list dotnet ef migrations list -c DvsContext --framework net6.0 -v diff --git a/docs/javascript/2024-12-07-univer.md b/docs/javascript/2024-12-07-univer.md index 06371eafe8..b3d556e3d5 100644 --- a/docs/javascript/2024-12-07-univer.md +++ b/docs/javascript/2024-12-07-univer.md @@ -2,3 +2,8 @@ - https://docs.univer.ai/zh-CN/guides/sheets/pro-features/server/quick-start 在线Excel实时编辑 excel导入导出 + +e:/work/git-refactor/univer + +如何开启服务 +cd univer-server && bash run.sh start-demo-ui \ No newline at end of file diff --git "a/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" "b/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" index fd7fdd566e..6103a08218 100644 --- "a/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" +++ "b/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" @@ -168,4 +168,12 @@ FROM datareport_1801833127438610432 修改其中taskid -update MonitorTask set Id = 1859829378117562368 where Id = 1859829378117562368 \ No newline at end of file +update MonitorTask set Id = 1859829378117562368 where Id = 1859829378117562368 + + + + + + +## 需要继续处理的(先查询再修改) +update MonitorRecord set MonitorTaskId = 1859829378117562368 where MonitorTaskId = 1859829378117562369 \ No newline at end of file