硬件升级功能

This commit is contained in:
磷叶 2025-03-13 16:10:50 +08:00
parent 7c0ab2be96
commit ca454945d2

View File

@ -72,6 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="query.surplusCountStart != null">and sv.surplus_count &gt;= #{query.surplusCountStart}</if> <if test="query.surplusCountStart != null">and sv.surplus_count &gt;= #{query.surplusCountStart}</if>
<if test="query.surplusCountEnd != null">and sv.surplus_count &lt;= #{query.surplusCountEnd}</if> <if test="query.surplusCountEnd != null">and sv.surplus_count &lt;= #{query.surplusCountEnd}</if>
<if test="query.nextResetDate != null">and date(sv.next_reset_time) = #{query.nextResetDate}</if> <if test="query.nextResetDate != null">and date(sv.next_reset_time) = #{query.nextResetDate}</if>
<if test="query.vipMchId != null">and svl.mch_id = #{query.vipMchId}</if>
<if test="query.inValid != null"> <if test="query.inValid != null">
and and
<if test="!query.inValid"> <if test="!query.inValid">