fix:修复名称拼写错误

This commit is contained in:
2026-02-04 22:22:31 +08:00
parent 20da1e064b
commit fb4ec4a50f
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
(price * number) AS totalPrice,
payer AS payer,
provider AS provider,
imager_url AS imageUrl,
image_url AS imageUrl,
remark AS remark
FROM ledger AS a
WHERE a.book = #{book}