订单查询接口代码提交

This commit is contained in:
liang.chao 2024-11-27 10:41:27 +08:00
parent c6a25b49ca
commit b0cef39f42
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="companyName != null and companyName != ''">
AND dept.companyName like concat('%',#{companyName},'%')
</if>
<if test="companyName != null and companyName != ''">
AND mdi.month_lease_price BETWEEN #{lowerBound} AND #{upperBound}
<if test="lowerBound != null and lowerBound != '' and upperBound != null and upperBound != ''">
AND mdi.day_lease_price BETWEEN #{lowerBound} AND #{upperBound}
</if>
GROUP BY
c.company_id,