fix 比较

This commit is contained in:
钱涛 2022-04-24 09:29:39 +08:00
parent ffd5bd20a8
commit 82230fba96
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
AND bill_month >= #{startMonth}
</if>
<if test="billMonth != null">
AND bill_month &gt;= #{endMonth}
AND bill_month &lt;= #{endMonth}
</if>
ORDER BY id DESC
</select>