修改查询车型接口,增加车型图片
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user