Merge branch 'develop' of https://github.com/HBAI-Ltd/Toonflow-app into develop

This commit is contained in:
小帅 2026-04-04 17:30:21 +08:00
commit 0f04b0649c

View File

@ -17,7 +17,7 @@ export default router.post(
.leftJoin("o_image", "o_assets.imageId", "o_image.id")
.whereIn("o_assets.id", ids)
.whereNot("o_image.state", "生成中")
.select("o_image.state", "o_assets.id", "o_image.filePath", "o_image.errorReason");
.select("o_image.state", "o_assets.id", "o_image.filePath", "o_image.errorReason","o_assets.prompt");
const result = await Promise.all(
data.map(async (item: any) => ({
...item,