过滤状态

This commit is contained in:
2025-09-27 20:53:29 +08:00
parent 8a38b9b414
commit 7d0eb80c9c

View File

@ -25,6 +25,8 @@
zc_car_model_package mp ON cm.id = mp.car_model_id
JOIN
zc_rent_car_rule r ON mp.car_rule_id = r.id AND r.del_flag = '0' AND r.status = '0'
JOIN
zc_company zc ON r.operating_company_id = zc.id and zc.id = s.operating_company_id and zc.status = '0'
<where>
s.id = #{storeCarModelReq.storeId}
<if test="storeCarModelReq.depositFree != null and storeCarModelReq.depositFree != ''">