|
sql = 'INSERT INTO file_summary_tasks (repo_id, create_time, create_user, repo_hash, filepath) VALUES (?, ?, ?, ?, ?)'
|
|
sql = 'INSERT INTO file_summary_tasks (repo_id, create_time, create_user, repo_hash, filepath) VALUES (?, ?, ?, ?, ?)'
|
|
- let r = await db.query(sql, [id, time, uuid, hash, filePath, 'hand'])
|
|
|
|
|
|
+ let r = await db.query(sql, [id, time, uuid, hash, filePath])
|