修改查询车型接口,增加车型图片

This commit is contained in:
2025-07-27 21:08:08 +08:00
parent 96716607d6
commit f9eeba6e5e
3 changed files with 12 additions and 6 deletions

View File

@ -12,7 +12,7 @@
s.store_number AS store_number,
cm.model_name AS model_name,
cm.brand_name AS brand_name,
GROUP_CONCAT(DISTINCT r.rental_type SEPARATOR ',') AS battery_types,
GROUP_CONCAT(DISTINCT r.rental_type SEPARATOR ',') AS rental_types,
MAX(r.deposit_free) AS deposit_free,
MAX(r.auto_deduct) AS auto_deduct
FROM