-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chat quote reader #3912
base: v4.9.1
Are you sure you want to change the base?
chat quote reader #3912
Conversation
b7ba527
to
8af5918
Compare
🤖 Generated by deploy action📦 Preview Image: |
f1213ac
to
d05259d
Compare
❌ Rebase test pr failed: Error: Pull request #3912 is not created by gru-agent[bot] |
8af5918
to
25855bf
Compare
// 2. Create mongo data | ||
const [{ _id }] = await MongoDatasetData.create( | ||
// 查找链表头节点 | ||
const query = MongoDatasetData.distinct('nextId', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
await MongoDatasetData
@@ -220,11 +242,7 @@ export async function updateData2Dataset({ | |||
} | |||
} | |||
|
|||
// 4. Update mongo updateTime(便于脏数据检查器识别) | |||
mongoData.updateTime = new Date(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里应该不能删掉
cfc657b
to
62469cb
Compare
const { data: permissionData, loading: isPermissionLoading } = useRequest2( | ||
async () => await getDatasetDataPermission(datasetId), | ||
{ | ||
manual: !datasetId || isOutlink, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
user状态
No description provided.