彻底优化数据库字段

This commit is contained in:
yml
2026-05-24 20:49:37 +08:00
parent 80e01dc6d9
commit 5f6a4afcbb
28 changed files with 295 additions and 302 deletions
@@ -43,7 +43,7 @@ function money(value: number) {
}
function listingPrice(row: Listing) {
return money(row.price || row.price_daily || row.price_hourly)
return money(row.price)
}
function ownerName(row: Listing) {