fix: remove status from AiAnalysisResult query (column doesn't exist)
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 48s
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 48s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6e7f4b0219
commit
cb9b56f0dc
@ -112,7 +112,7 @@ describe('M-AI-01-09 真实集成测试', () => {
|
||||
await new Promise(r => setTimeout(r, 10_000));
|
||||
|
||||
const results = await dbQuery(DB_URL,
|
||||
'SELECT id, userId, jobId, status FROM AiAnalysisResult WHERE userId = ?',
|
||||
'SELECT id, userId, jobId FROM AiAnalysisResult WHERE userId = ?',
|
||||
[TEST_USER]);
|
||||
console.log(` AiAnalysisResult count: ${results.length}`);
|
||||
if (results.length > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user